wayfire: set nessasary propagatedBuildInputs required by wayfire.pc
This commit is contained in:
parent
c167f6efdb
commit
efae95be3d
7 changed files with 4 additions and 40 deletions
|
@ -45,7 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
wf-config
|
||||
libGL
|
||||
libdrm
|
||||
libexecinfo
|
||||
|
@ -55,14 +54,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libxkbcommon
|
||||
wayland-protocols
|
||||
xorg.xcbutilwm
|
||||
wayland
|
||||
cairo
|
||||
pango
|
||||
nlohmann_json
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
wf-config
|
||||
wlroots
|
||||
wayland
|
||||
cairo
|
||||
pango
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
|
@ -5,17 +5,13 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, boost
|
||||
, cairo
|
||||
, glib
|
||||
, libGL
|
||||
, libinput
|
||||
, librsvg
|
||||
, libxkbcommon
|
||||
, pango
|
||||
, udev
|
||||
, wayfire
|
||||
, wayland
|
||||
, wf-config
|
||||
, xcbutilwm
|
||||
, mate
|
||||
}:
|
||||
|
@ -39,17 +35,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
boost
|
||||
cairo
|
||||
glib
|
||||
libGL
|
||||
libinput
|
||||
librsvg
|
||||
libxkbcommon
|
||||
pango
|
||||
udev
|
||||
wayfire
|
||||
wayland
|
||||
wf-config
|
||||
xcbutilwm
|
||||
];
|
||||
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, wayfire
|
||||
, wayland
|
||||
, wf-config
|
||||
, cairo
|
||||
, pango
|
||||
, libxkbcommon
|
||||
, libGL
|
||||
}:
|
||||
|
@ -33,10 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
wayfire
|
||||
wayland
|
||||
wf-config
|
||||
cairo
|
||||
pango
|
||||
libxkbcommon
|
||||
libGL
|
||||
];
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, wayland
|
||||
, wrapGAppsHook
|
||||
, wayfire
|
||||
, wf-shell
|
||||
, wf-config
|
||||
, wayland-scanner
|
||||
, wayland-protocols
|
||||
, gtk3
|
||||
|
@ -40,9 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
wayfire
|
||||
wf-config
|
||||
wf-shell
|
||||
wayland
|
||||
wayland-protocols
|
||||
gtk3
|
||||
gtkmm3
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
, pkg-config
|
||||
, wayland-scanner
|
||||
, wayfire
|
||||
, wf-config
|
||||
, alsa-lib
|
||||
, gtkmm3
|
||||
, gtk-layer-shell
|
||||
|
@ -35,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
wayfire
|
||||
wf-config
|
||||
alsa-lib
|
||||
gtkmm3
|
||||
gtk-layer-shell
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, wayfire
|
||||
, wf-config
|
||||
, wayland
|
||||
, pango
|
||||
, eudev
|
||||
, libinput
|
||||
, libxkbcommon
|
||||
|
@ -40,9 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
wayfire
|
||||
wf-config
|
||||
wayland
|
||||
pango
|
||||
eudev
|
||||
libinput
|
||||
libxkbcommon
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, wayfire
|
||||
, wayland
|
||||
, wf-config
|
||||
, cairo
|
||||
, pango
|
||||
, libxkbcommon
|
||||
, libGL
|
||||
, libinput
|
||||
|
@ -37,10 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
wayfire
|
||||
wayland
|
||||
wf-config
|
||||
cairo
|
||||
pango
|
||||
libxkbcommon
|
||||
libGL
|
||||
libinput
|
||||
|
|
Loading…
Reference in a new issue