# Depends on glibmm
# Depends on cairomm

# Exit on error:
set -e

wget http://ftp.gnome.org/pub/gnome/sources/pangomm/2.34/pangomm-2.34.0.tar.xz
tar xf pangomm-2.34.0.tar.xz
cd pangomm-2.34.0
./configure --prefix=
make install
cd ..
rm -rf pangomm-2.34.0
rm pangomm-2.34.0.tar.xz

exit 0
