Note: This is a candidate for the master and 1.13 branches
Signed-off-by: Emil Velikov <[email protected]>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index e686614..c464a9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1028,12 +1028,14 @@ AM_CONDITIONAL(SCREENSAVER, [test "x$SCREENSAVER" = 
xyes])
 if test "x$SCREENSAVER" = xyes; then
        AC_DEFINE(SCREENSAVER, 1, [Support MIT-SCREEN-SAVER extension])
        REQUIRED_MODULES="$REQUIRED_MODULES $SCRNSAVERPROTO"
+       SDK_REQUIRED_MODULES="$SDK_REQUIRED_MODULES $SCRNSAVERPROTO"
 fi
 
 AM_CONDITIONAL(RES, [test "x$RES" = xyes])
 if test "x$RES" = xyes; then
        AC_DEFINE(RES, 1, [Support X resource extension])
        REQUIRED_MODULES="$REQUIRED_MODULES $RESOURCEPROTO"
+       SDK_REQUIRED_MODULES="$SDK_REQUIRED_MODULES $RESOURCEPROTO"
 fi
 
 # The XRes extension may support client ID tracking only if it has
-- 
1.7.12.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to