diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-12-10 16:57:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-10 21:41:28 +0100 |
commit | 9365007e19f1cdd272b6d4b74c1f4fee81bda777 (patch) | |
tree | 9ce3163b7d0458ba0dc103c155471091755709e6 | |
parent | f93c10ca87f4452209a4c2adc49924b0c6ffdb59 (diff) |
package/matchbox-lib: fix xlib libcomposite and libxpm symbols
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/matchbox-lib/matchbox-lib.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/matchbox-lib/matchbox-lib.mk b/package/matchbox-lib/matchbox-lib.mk index d43e2b8c3..451279e6d 100644 --- a/package/matchbox-lib/matchbox-lib.mk +++ b/package/matchbox-lib/matchbox-lib.mk @@ -21,8 +21,8 @@ endef MATCHBOX_LIB_POST_INSTALL_STAGING_HOOKS += MATCHBOX_LIB_POST_INSTALL_FIXES -ifeq ($(BR2_PACKAGE_X11R7_LIBXCOMPOSITE),y) -ifeq ($(BR2_PACKAGE_X11R7_LIBXPM),y) +ifeq ($(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),y) +ifeq ($(BR2_PACKAGE_XLIB_LIBXPM),y) MATCHBOX_LIB_DEPENDENCIES += xlib_libXpm endif endif |