summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-03-30 18:58:56 +0200
committerSlávek Banko <[email protected]>2022-04-01 04:09:51 +0200
commitafd890f578ae7a9d496b6da376e8e0ad857296d9 (patch)
treea90902b309298ebf987ee32a67ec5b0ffed6f6eb /config.h.cmake
parent50f352b37bc93d2ef8fa6832dbb614f4e709b16e (diff)
downloadkaffeine-afd890f578ae7a9d496b6da376e8e0ad857296d9.tar.gz
kaffeine-afd890f578ae7a9d496b6da376e8e0ad857296d9.zip
Change libdvdcss detection to search the default system directory for libraries.
This resolves issue TDE/tde-packaging#113. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a91c7c1df5f039a3611bf0aa320b15f70305e8b3)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 9e8ebf2..20fc03c 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -7,6 +7,9 @@
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+/* System's default path for libraries */
+#define SYSTEM_LIBDIR "@SYSTEM_LIBDIR@"
+
/* Defined if you have xinerama */
#cmakedefine HAVE_XINERAMA 1