From: Felix Mellmann <felix.mellmann@googlemail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] Patch proposal: GTK and Pango using X11
Date: Thu, 26 Dec 2013 19:32:06 +0000 (UTC) [thread overview]
Message-ID: <loom.20131226T202843-59@post.gmane.org> (raw)
I'd like to propose a patch which enables Pango to link against X11/Xorg.
Currently the support depends on PANGO_TARGET_X11 which itself depends on
GTK_TARGET_X11 but this was not defined anywhere. So I decided to make
GTK_TARGET_X11 dependent on GTK features using X11.
Please discuss whether the dependencies are correct or not.
The maintainers may add my name and eMail address as signed-off.
Regards,
Felix
diff -urdN ptxdist-2013.12.0/rules/gtk.in
ptxdist-2013.12.0.debugged/rules/gtk.in
--- ptxdist-2013.12.0/rules/gtk.in 2013-12-18 10:48:42.000000000 +0100
+++ ptxdist-2013.12.0.debugged/rules/gtk.in 2013-12-26
20:28:11.011195461 +0100
@@ -37,32 +37,42 @@
if GTK
+config GTK_TARGET_X11
+ bool
+
config GTK_XKB
bool
+ select GTK_TARGET_X11
prompt "XKB support"
config GTK_XINERAMA
bool
+ select GTK_TARGET_X11
prompt "Xinerama support"
config GTK_XINPUT
bool
+ select GTK_TARGET_X11
prompt "XInput support"
config GTK_XRANDR
bool
+ select GTK_TARGET_X11
prompt "XRandR support"
config GTK_XFIXES
bool
+ select GTK_TARGET_X11
prompt "XFixes support"
config GTK_XCOMPOSITE
bool
+ select GTK_TARGET_X11
prompt "X Composite support"
config GTK_XDAMAGE
bool
+ select GTK_TARGET_X11
prompt "X Damage support"
endif
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2013-12-26 19:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20131226T202843-59@post.gmane.org \
--to=felix.mellmann@googlemail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox