Skip to content

Commit

Permalink
media-sound/carla: add pugl support, fix X11 dep
Browse files Browse the repository at this point in the history
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: #528
  • Loading branch information
NexAdn committed May 19, 2024
1 parent 13c2f3d commit e9fcabe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion media-sound/carla/carla-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ RDEPEND="${PYTHON_DEPS}
rdf? ( dev-python/rdflib )
sf2? ( media-sound/fluidsynth )
sndfile? ( media-libs/libsndfile )
X? ( x11-base/xorg-server )"
X? ( x11-libs/libX11 )
!X? ( gui-libs/pugl:= )
"
DEPEND=${RDEPEND}

src_prepare() {
Expand Down

0 comments on commit e9fcabe

Please sign in to comment.