diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-11 01:33:55 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-11 21:03:28 +0100 |
commit | ad7bd2fa8432cce82ce237f0f09facf68a0ebbc0 (patch) | |
tree | ffa992d0925d88e0d3913c4064e7a9db52be2558 | |
parent | profiles/enlightenment/build/native/x86_64-pc-linux-gnux32: Only enable x32 ABI (diff) | |
download | portage-ad7bd2fa8432cce82ce237f0f09facf68a0ebbc0.tar.xz |
profiles/enlightenment/build: Define xvfb USE flag on host-dependencies
-rw-r--r-- | profiles/enlightenment/build/build-dependencies/make.defaults | 2 | ||||
-rw-r--r-- | profiles/enlightenment/build/host-dependencies/make.defaults | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/build-dependencies/make.defaults b/profiles/enlightenment/build/build-dependencies/make.defaults index cf22c8e1..9229909b 100644 --- a/profiles/enlightenment/build/build-dependencies/make.defaults +++ b/profiles/enlightenment/build/build-dependencies/make.defaults @@ -16,7 +16,7 @@ USE="${USE} perl python ruby" USE="${USE} directfb egl fbcon gbm gles gles2 libkms opengl sdl vaapi vdpau wayland X xcb xnest" # X11 features -USE="${USE} dga dmx dri3 kdrive ggi openvg openmax xa xft xinerama xkb xorg xprint xscreensaver xv xvfb xvmc" +USE="${USE} dga dmx dri3 kdrive ggi openvg openmax xa xft xinerama xkb xorg xprint xscreensaver xv xvmc" # Input USE="${USE} tslib" diff --git a/profiles/enlightenment/build/host-dependencies/make.defaults b/profiles/enlightenment/build/host-dependencies/make.defaults index ce7f8466..4cb07f80 100644 --- a/profiles/enlightenment/build/host-dependencies/make.defaults +++ b/profiles/enlightenment/build/host-dependencies/make.defaults @@ -1,3 +1,3 @@ ACCEPT_LICENSE="Intel-SDP" -USE="${USE} osmesa" +USE="${USE} osmesa xvfb" |