[Buildroot] [PATCH 1/2] matchbox-lib: select dependency

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 1 09:58:08 UTC 2017


Select the library we build-depend on.

Add myself to developpers for matchbos packages.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 DEVELOPERS                     | 1 +
 package/matchbox-lib/Config.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index cedf5a6f84..5a1ca877de 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1819,6 +1819,7 @@ F:	package/libinput/
 F:	package/libiscsi/
 F:	package/libseccomp/
 F:	package/linux-tools/
+F:	package/matchbox*
 F:	package/mesa3d-headers/
 F:	package/nbd/
 F:	package/nut/
diff --git a/package/matchbox-lib/Config.in b/package/matchbox-lib/Config.in
index e50a5436c1..d758ab35a8 100644
--- a/package/matchbox-lib/Config.in
+++ b/package/matchbox-lib/Config.in
@@ -1,4 +1,5 @@
 config BR2_PACKAGE_MATCHBOX_LIB
 	bool "matchbox-lib"
+	select BR2_PACKAGE_XLIB_LIBXEXT
 	help
 	  Matchbox common functionality library.
-- 
2.11.0



More information about the buildroot mailing list