diff options
-rwxr-xr-x | autogen.sh | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ PKG_NAME="ido" -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME git" +which mate-autogen || { + echo "You need mate-common from https://git.mate-desktop.org/mate-common" exit 1 } USE_GNOME2_MACROS=1 \ USE_COMMON_DOC_BUILD=yes \ -gnome-autogen.sh --enable-gtk-doc $@
\ No newline at end of file +mate-autogen --enable-gtk-doc $@ diff --git a/debian/control b/debian/control index 72192a8..93b3630 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 9), dh-autoreconf, - gnome-common, + mate-common, libxi-dev, libx11-dev, libgtest-dev, |