Switch autogen.sh from mate-common to gnome-common

This commit is contained in:
Clement Lefebvre 2016-02-04 09:14:48 +00:00
parent e4a7133e2d
commit c8dd785ea8
1 changed files with 5 additions and 5 deletions

View File

@ -12,21 +12,21 @@ PKG_NAME="xedit"
exit 1
}
which mate-autogen || {
echo "You need to install mate-common"
which gnome-autogen.sh || {
echo "You need to install gnome-common"
exit 1
}
which yelp-build || {
echo "You need to install yelp-tools"
echo "You need to install yelp-tools"
exit 1
}
REQUIRED_AUTOMAKE_VERSION=1.9
REQUIRED_MACROS=python.m4
MATE_DATADIR="$mate_datadir"
GNOME_DATADIR="$gnome_datadir"
USE_COMMON_DOC_BUILD=yes
. mate-autogen
. gnome-autogen.sh