I'm compiling GTK+ manually as it requires Cairo with pdf support I installed poppler-glib but even after that in configure script of cairo I get:
checking for cairo's PDF surface backend feature...
checking whether cairo's PDF surface backend feature could be enabled... yes
checking for POPPLER... yes
checking for poppler_page_render... no
configure: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available
I installed poppler-glib using apt-get libpoppler-glib-dev
. Any help?