From 2de62eca84b62649462bd5c3f5fef474f5a5680d Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Tue, 7 Mar 2023 19:02:58 +0800 Subject: [PATCH] Compile with xrandr support --- x11-wm/windowmaker/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index cebd3d7d76973..193241c79f1a8 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -26,7 +26,7 @@ USES= cpe gnome jpeg libtool shebangfix pathfix perl5 pkgconfig xorg USE_CSTD= c99 USE_GNOME= pango USE_LDCONFIG= yes -USE_XORG= x11 xext xft xinerama xmu xpm +USE_XORG= x11 xext xft xinerama xmu xpm xrandr SHEBANG_FILES= util/wkdemenu.pl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no \ @@ -39,6 +39,7 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --enable-modelock \ --enable-pango \ --enable-xinerama \ + --enable-randr \ --enable-usermenu \ --enable-wmreplace \ --with-x