pmaports/matchbox/matchbox-window-manager/02-config.patch
Duncan Guthrie 044c496fc5 New UI: matchbox (#1420)
Add matchbox-window-manager, matchbox-desktop, and their associated
dependencies.
2018-04-19 19:01:02 +00:00

12 lines
508 B
Diff

Description: Fix pkg-config use
--- a/matchbox-window-manager/configure.ac
+++ b/matchbox-window-manager/configure.ac
@@ -423,7 +423,7 @@
if test x$enable_standalone != xyes && test x$enable_standalone_xft != xyes; then
AC_MSG_CHECKING([for libmb xsettings support])
- if $PKG_CONFIG --libs libmb | grep -i xsettings ; then
+ if $PKG_CONFIG --static --libs libmb | grep -i xsettings ; then
mb_have_xsettings="yes"
AC_DEFINE(USE_XSETTINGS, [1], [Use XSettings])
AC_MSG_RESULT([yes])