summaryrefslogtreecommitdiff
path: root/poppler-glib.pc.cmake
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Fix pkg-config filesRex Dieter1-1/+1
We were using $FOO_REQUIRED instead of @FOO_REQUIRED@
2011-10-16Remove poppler-cairo dependency from poppler-glib pkg-config fileCarlos Garcia Campos1-1/+1
poppler-glib links to poppler-cairo statically, so it doesn'tm depend on the dynamic library.
2011-02-13glib: remove gdk referenes from pkg-config filesCarlos Garcia Campos1-1/+1
2010-03-07[CMake] correctly set the GLIB_REQ stuffPino Toscano1-1/+1
2010-03-07[CMake] align the GDK stuff (GDK_{FEATURE,REQ}) to what done with autotoolsPino Toscano1-1/+1
2010-02-16[CMake] reflect that poppler-glib needs cairo nowPino Toscano1-1/+1
2009-10-17CMake: add the possibility to pass LIB_SUFFIX.Michael Jansen1-1/+1
This allows to tune the installation libdir by adding a suffix for it (making it eg lib, lib32, or lib64)
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+13
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc.