summaryrefslogtreecommitdiff
path: root/devel/allegro5/files/patch-CMakeLists.txt
blob: 6d03f2b479b6c3e82936a10be14adf0841a94270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
First hunk fixes build in presence of evdev-proto

--- CMakeLists.txt.orig	2020-02-10 02:03:00 UTC
+++ CMakeLists.txt
@@ -475,7 +475,6 @@ endif(NOT ALLEGRO_BIG_ENDIAN AND NOT ALLEGRO_LITTLE_EN
 
 check_include_files(dirent.h ALLEGRO_HAVE_DIRENT_H)
 check_include_files(inttypes.h ALLEGRO_HAVE_INTTYPES_H)
-check_include_files(linux/input.h ALLEGRO_HAVE_LINUX_INPUT_H)
 check_include_files(stdbool.h ALLEGRO_HAVE_STDBOOL_H)
 check_include_files(stdint.h ALLEGRO_HAVE_STDINT_H)
 check_include_files(sys/io.h ALLEGRO_HAVE_SYS_IO_H)
@@ -1155,7 +1154,7 @@ if(INSTALL_PKG_CONFIG_FILES)
                 @ONLY
                 )
             install(FILES ${LIBRARY_OUTPUT_PATH}/pkgconfig/${outname}
-                DESTINATION "lib${LIB_SUFFIX}/pkgconfig"
+                DESTINATION "libdata/pkgconfig"
                 )
         endforeach(name)
     endforeach(versuffix)