diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-11 18:31:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-11 18:31:47 +0000 |
commit | d70b127b51503450f202881c246ddc680840ba88 (patch) | |
tree | 87ac16ae0ef38dd22d3149b9896a7627d6e7860b /x11-servers/xorg-server/Makefile | |
parent | be5779eecc0b8c402fd4a31738394a8c88ef9c3a (diff) | |
download | ports-d70b127b51503450f202881c246ddc680840ba88.tar.gz ports-d70b127b51503450f202881c246ddc680840ba88.zip |
XWayland is an X Server running as a Wayland client, thus capable of displaying
native X11 client applications in a Wayland compositor environment.
WWW: https://wayland.freedesktop.org/xserver.html
Notes
Notes:
svn path=/head/; revision=433900
Diffstat (limited to 'x11-servers/xorg-server/Makefile')
-rw-r--r-- | x11-servers/xorg-server/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 2d1908986be8..4f2478b93a7f 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -44,10 +44,10 @@ USE_XORG+= bigreqsproto compositeproto damageproto dri2proto dri3proto \ xineramaproto xkbfile xproto xshmfence xtrans CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \ --localstatedir=/var --with-shared-memory-dir=/tmp \ - --without-dtrace --disable-xwayland --enable-glamor + --without-dtrace --enable-glamor INSTALL_TARGET= install-strip -.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" +.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland" LIB_DEPENDS+= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy .else @@ -57,7 +57,8 @@ BUILD_DEPENDS+= libepoxy>0:graphics/libepoxy # only for configure .if ${SLAVE_PORT} == "no" USE_GL+= gbm USE_XORG+= pciaccess xf86dgaproto xf86vidmodeproto -CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb +CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb \ + --disable-xwayland SUB_FILES= pkg-install pkg-deinstall .else CONFIGURE_ARGS+=--disable-xorg |