xfce4-wavelan-plugin

This commit is contained in:
Rmys
2020-12-06 20:27:14 +03:00
committed by GitHub
parent c5f04df948
commit 4dc3a247d9
@@ -9,8 +9,10 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def setup(): def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/wavelan.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure() autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build(): def build():