diff --git a/desktop/lxqt/lxmenu-data/actions.py b/desktop/lxqt/lxmenu-data/actions.py
index 3295303263..695e61fda6 100644
--- a/desktop/lxqt/lxmenu-data/actions.py
+++ b/desktop/lxqt/lxmenu-data/actions.py
@@ -10,9 +10,6 @@ from pisi.actionsapi import libtools
from pisi.actionsapi import shelltools
def setup():
- libtools.libtoolize("-fc")
- pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
- #autotools.aclocal()
shelltools.system("./autogen.sh")
autotools.configure()
diff --git a/desktop/lxqt/lxmenu-data/pspec.xml b/desktop/lxqt/lxmenu-data/pspec.xml
index 2189935558..b464dee723 100644
--- a/desktop/lxqt/lxmenu-data/pspec.xml
+++ b/desktop/lxqt/lxmenu-data/pspec.xml
@@ -16,6 +16,7 @@
intltool
perl-Locale-gettext
+ gettext-devel