aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 472f875841c15128cba007b3e462d1080bfb2fcb (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PKG_NAME="libayatana-indicator"

which mate-autogen || {
	echo "You need mate-common from https://git.mate-desktop.org/mate-common."
	exit 1
}

. mate-autogen