Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windowmaker: compile with xrandr support #165

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion x11-wm/windowmaker/Makefile
Expand Up @@ -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 \
Expand All @@ -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
Expand Down