# 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=/usr

make
make install

cd ..
exit 0
