mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] Patch proposal: GTK and Pango using X11
@ 2013-12-26 19:32 Felix Mellmann
  0 siblings, 0 replies; only message in thread
From: Felix Mellmann @ 2013-12-26 19:32 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-26 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-26 19:32 [ptxdist] Patch proposal: GTK and Pango using X11 Felix Mellmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox