Skip to content

Commit e9fcabe

Browse files
committed
media-sound/carla: add pugl support, fix X11 dep
This finally fixes the build errors when USE="-X" is used to build carla, as this requires gui-libs/pugl instead of libX11. Also, X support doesn't need a full X server, but only libX11, which finally allows installing and running media-sound/carla[X] on Wayland. Closes: gentoo-audio#528
1 parent 13c2f3d commit e9fcabe

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

media-sound/carla/carla-9999-r1.ebuild

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ RDEPEND="${PYTHON_DEPS}
3939
rdf? ( dev-python/rdflib )
4040
sf2? ( media-sound/fluidsynth )
4141
sndfile? ( media-libs/libsndfile )
42-
X? ( x11-base/xorg-server )"
42+
X? ( x11-libs/libX11 )
43+
!X? ( gui-libs/pugl:= )
44+
"
4345
DEPEND=${RDEPEND}
4446

4547
src_prepare() {

0 commit comments

Comments
 (0)