commit
8e11233d0b
@ -16,9 +16,11 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, xkeyboard_config
|
, xkeyboard_config
|
||||||
, libxkbfile
|
, libxkbfile
|
||||||
|
, libXdamage
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, libXtst
|
, libXtst
|
||||||
, libinput
|
, libinput
|
||||||
|
, libdrm
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, glib
|
, glib
|
||||||
, gtk3
|
, gtk3
|
||||||
@ -27,6 +29,7 @@
|
|||||||
, libgudev
|
, libgudev
|
||||||
, libwacom
|
, libwacom
|
||||||
, xwayland
|
, xwayland
|
||||||
|
, mesa
|
||||||
, meson
|
, meson
|
||||||
, gnome-settings-daemon
|
, gnome-settings-daemon
|
||||||
, xorgserver
|
, xorgserver
|
||||||
@ -84,6 +87,7 @@ let self = stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gettext
|
gettext
|
||||||
|
mesa # needed for gbm
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -102,12 +106,14 @@ let self = stdenv.mkDerivation rec {
|
|||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
libcanberra
|
libcanberra
|
||||||
|
libdrm
|
||||||
libgudev
|
libgudev
|
||||||
libinput
|
libinput
|
||||||
libstartup_notification
|
libstartup_notification
|
||||||
libwacom
|
libwacom
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
libxkbfile
|
libxkbfile
|
||||||
|
libXdamage
|
||||||
pango
|
pango
|
||||||
pipewire
|
pipewire
|
||||||
sysprof
|
sysprof
|
||||||
|
Loading…
Reference in New Issue
Block a user