Switch autogen.sh from mate-common to gnome-common
This commit is contained in:
parent
e4a7133e2d
commit
c8dd785ea8
|
@ -12,8 +12,8 @@ PKG_NAME="xedit"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
which mate-autogen || {
|
which gnome-autogen.sh || {
|
||||||
echo "You need to install mate-common"
|
echo "You need to install gnome-common"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ which yelp-build || {
|
||||||
|
|
||||||
REQUIRED_AUTOMAKE_VERSION=1.9
|
REQUIRED_AUTOMAKE_VERSION=1.9
|
||||||
REQUIRED_MACROS=python.m4
|
REQUIRED_MACROS=python.m4
|
||||||
MATE_DATADIR="$mate_datadir"
|
GNOME_DATADIR="$gnome_datadir"
|
||||||
USE_COMMON_DOC_BUILD=yes
|
USE_COMMON_DOC_BUILD=yes
|
||||||
|
|
||||||
. mate-autogen
|
. gnome-autogen.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue