xapp_xcompmgr: select xlib_libXrender
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Jan 2016 08:00:32 +0000 (09:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Jan 2016 08:03:36 +0000 (09:03 +0100)
Fixes:
http://autobuild.buildroot.net/results/969/9690a67083f31070e27c95b053fc0fd389fd373a/

libXrender is added to _DEPENDENCIES, but not selected at the kconfig level.
While we're at it, sort the selects alphabetically and drop the double
libxfixes select.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xapp_xcompmgr/Config.in

index a2e1db586edb0e658504bf702e5c057979f75dd6..b46014db98040b007674eb55cb4bbf000aa39773 100644 (file)
@@ -1,10 +1,10 @@
 config BR2_PACKAGE_XAPP_XCOMPMGR
        bool "xcompmgr"
        select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
-       select BR2_PACKAGE_XLIB_LIBXFIXES
+       select BR2_PACKAGE_XLIB_LIBXDAMAGE
        select BR2_PACKAGE_XLIB_LIBXEXT
        select BR2_PACKAGE_XLIB_LIBXFIXES
-       select BR2_PACKAGE_XLIB_LIBXDAMAGE
+       select BR2_PACKAGE_XLIB_LIBXRENDER
        help
          xcompmgr is a sample compositing manager that enables basic
          eye-candy effects.