diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-14 13:29:07 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-14 13:29:07 -0800 |
commit | 98cebffe1ff980eee4b5dcd588c3033f84ecaed9 (patch) | |
tree | d8ce0044272155ed435ae0e5112e81ade6d0b0f7 /dev-libs/libnsfb | |
parent | x11-libs/cairo: Rename IUSE=gles2 to gles2-only (diff) | |
download | gentoo-98cebffe1ff980eee4b5dcd588c3033f84ecaed9.tar.gz gentoo-98cebffe1ff980eee4b5dcd588c3033f84ecaed9.tar.bz2 gentoo-98cebffe1ff980eee4b5dcd588c3033f84ecaed9.zip |
dev-libs/libnsfb: Rename IUSE=xcb to IUSE=X
It happens to use libxcb for X support. Use IUSE=X since that's the
common way of asking for X support.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libnsfb')
-rw-r--r-- | dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libnsfb/libnsfb-0.2.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild index 8fa09879cae0..a24ef2db8b71 100644 --- a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild +++ b/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild @@ -12,13 +12,13 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="sdl test vnc wayland xcb" +IUSE="sdl test vnc wayland X" RESTRICT="!test? ( test )" RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 ) vnc? ( >=net-libs/libvncserver-0.9.9-r2 ) wayland? ( >=dev-libs/wayland-1.0.6 ) - xcb? ( + X? ( >=x11-libs/libxcb-1.9.1 >=x11-libs/xcb-util-0.3.9-r1 >=x11-libs/xcb-util-image-0.3.9-r1 @@ -37,7 +37,7 @@ _emake() { emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \ WITH_VNC=$(usex vnc) \ WITH_SDL=$(usex sdl) \ - WITH_XCB=$(usex xcb) \ + WITH_XCB=$(usex X) \ WITH_WLD=$(usex wayland) \ $@ } diff --git a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.1.ebuild index 9c7ec5bfe438..707e62543f42 100644 --- a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild +++ b/dev-libs/libnsfb/libnsfb-0.2.1.ebuild @@ -12,14 +12,14 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="sdl test vnc wayland xcb" +IUSE="sdl test vnc wayland X" RESTRICT="!test? ( test )" RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 ) vnc? ( >=net-libs/libvncserver-0.9.9-r2 ) wayland? ( >=dev-libs/wayland-1.0.6 ) - xcb? ( + X? ( >=x11-libs/libxcb-1.9.1 >=x11-libs/xcb-util-0.3.9-r1 >=x11-libs/xcb-util-image-0.3.9-r1 @@ -38,7 +38,7 @@ _emake() { emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \ WITH_VNC=$(usex vnc) \ WITH_SDL=$(usex sdl) \ - WITH_XCB=$(usex xcb) \ + WITH_XCB=$(usex X) \ WITH_WLD=$(usex wayland) \ $@ } |