diff --git a/desktop/gnome/apps/libshumate/actions.py b/desktop/gnome/apps/libshumate/actions.py index 7144d98e4c..25c7990a89 100644 --- a/desktop/gnome/apps/libshumate/actions.py +++ b/desktop/gnome/apps/libshumate/actions.py @@ -12,8 +12,7 @@ from pisi.actionsapi import get def setup(): mesontools.configure("--prefix=/usr \ - --buildtype=release \ - -Dgtk_doc=false") + --buildtype=release") def build(): mesontools.build()