@@ -9,7 +9,9 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static --enable-notifications")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-wayland \
|
||||
--enable-notifications")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
<!-- <Dependency>libwnck2-devel</Dependency> -->
|
||||
<Dependency>libwnck3-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>gtk-layer-shell-devel</Dependency>
|
||||
<Dependency versionFrom="4.18.0">libxfce4ui-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user