xfce4-13.xfwm4: fix build (add libXdamage dependency) (#43762)
This commit is contained in:
parent
d72d3b30ac
commit
022e9894d4
@ -1,6 +1,6 @@
|
|||||||
{ mkXfceDerivation, exo, dbus_glib, epoxy ? null, gtk2, libICE, libSM
|
{ mkXfceDerivation, exo, dbus-glib, epoxy, gtk2, libXdamage
|
||||||
, libstartup_notification ? null, libxfce4ui, libxfce4util, libwnck
|
, libstartup_notification, libxfce4ui, libxfce4util, libwnck
|
||||||
, libXpresent ? null, xfconf }:
|
, libXpresent, xfconf }:
|
||||||
|
|
||||||
mkXfceDerivation rec {
|
mkXfceDerivation rec {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
@ -12,11 +12,10 @@ mkXfceDerivation rec {
|
|||||||
nativeBuildInputs = [ exo ];
|
nativeBuildInputs = [ exo ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
dbus_glib
|
dbus-glib
|
||||||
epoxy
|
epoxy
|
||||||
gtk2
|
gtk2
|
||||||
libICE
|
libXdamage
|
||||||
libSM
|
|
||||||
libstartup_notification
|
libstartup_notification
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
|
Loading…
x
Reference in New Issue
Block a user