summaryrefslogtreecommitdiff
path: root/waffle.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2012-10-12cmake: Use the GNUInstallDirs moduleChad Versace1-2/+2
This adds CMake options that are familiar to autoconf users, such as CMAKE_INSTALL_LIBDIR. Portage's cmake.eclass expects these variables to be supported. This replaces the following CMake options. If the user specifies any of the old options, then emit a fatal error. waffle_install_includedir -> CMAKE_INSTALL_INCLUDEDIR waffle_install_libdir -> CMAKE_INSTALL_LIBDIR waffle_install_docdir -> CMAKE_INSTALL_DOCDIR Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-08-23include, pkgconfig: Change install directory for headersChad Versace1-1/+1
Install headers into include/waffle-MAJOR/. This will allow multiple major versions of Waffle to be installed in parallel. Note: This prepares for the 1.0 release. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-08-23pkgconfig: Change name to waffle-MAJORChad Versace1-1/+1
Also set the filename to match: waffle-MAJOR.pc. This will allow multiple major versions of Waffle to be installed in parallel. Note: This prepares for the 1.0 release. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-08-23cmake, pkgconfig: Remove hardcoded libnameChad Versace1-1/+1
Define variable waffle_libname. Replace all references to the hardcoded libname "waffle" with ${waffle_libname}. In the 1.0 release, the libname will be "waffle-1". This will allow multiple major versions of Waffle to be installed in parallel. Note: This prepares for the 1.0 release. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-08-22pkgconfig: Fix fatal typoChad Versace1-1/+1
libdir was set to garbage. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-04-08waffle.pc: Install waffle pkgconfig fileChad Versace1-0/+10
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>