diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-26 15:55:33 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-26 15:55:33 -0700 |
commit | b350b066740a2e72585153e35478538cf1bca9ef (patch) | |
tree | 4b8cfa93832cf5ff9aac5d178b35a2e750cc7e40 | |
parent | 6333d619e747c3b6bd3ba7557e35c0e5f6daa40f (diff) |
Added dep on applewmproto 1.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1d00bea6c..a3aaa5d58 100644 --- a/configure.ac +++ b/configure.ac @@ -1765,6 +1765,8 @@ if test "x$XQUARTZ" = xyes; then AC_CHECK_LIB([Xplugin],[xp_init],[:]) CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA" + + PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.0]) fi # Support for objc in autotools is minimal and not documented. |