]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libgtk2: replace dependency on X.org server by dependency on libraries
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Jan 2013 11:29:29 +0000 (11:29 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 12 Jan 2013 21:44:51 +0000 (22:44 +0100)
commit0e55b8dc8ac082ab8adb48dc790a4105a7630304
treed8f480c5edb7cc7c6a465940e826cd4a14dae720
parente28272314b3e014e780ac44b9015da24292966a4
libgtk2: replace dependency on X.org server by dependency on libraries

libgtk2 is a X client library, so it doesn't make sense for it to
depend on the X.org server. Instead, it should depend on the X client
libraries.

This patch therefore replaces the dependency on the X server by a
dependency on libX11, libXext, libXrender and fontconfig, that are the
mandatory requirements to build the X backend of Gtk.

[Peter: don't add an empty line before gtk demo help text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libgtk2/Config.in
package/libgtk2/libgtk2.mk