waylandpp: 0.2.5 -> 0.2.7, make it split-output package

This commit is contained in:
Minijackson
2020-04-06 20:13:15 +02:00
parent 929e67be69
commit 34999b030c
2 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -183,7 +183,7 @@ in stdenv.mkDerivation {
++ lib.optional usbSupport libusb
++ lib.optional vdpauSupport libvdpau
++ lib.optionals useWayland [
wayland waylandpp
wayland waylandpp.dev
# Not sure why ".dev" is needed here, but CMake doesn't find libxkbcommon otherwise
libxkbcommon.dev
]
@@ -200,7 +200,7 @@ in stdenv.mkDerivation {
which
pkgconfig gnumake
autoconf automake libtool # still needed for some components. Check if that is the case with 19.0
] ++ lib.optionals useWayland [ wayland-protocols ];
] ++ lib.optionals useWayland [ wayland-protocols waylandpp.bin ];
cmakeFlags = [
"-Dlibdvdcss_URL=${libdvdcss.src}"