Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
libdir was set to garbage.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
|
|
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
|