diff options
Diffstat (limited to 'recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch')
-rw-r--r-- | recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch b/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch index 3823c12..e9d9da6 100644 --- a/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch +++ b/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From d1a9839c6e4b4d187382baf341d25b3d023242cd Mon Sep 17 00:00:00 2001 | 1 | From 488916a6b366bfa5da2907b5892798eb2306a17d Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <martin.jansa@lge.com> | 2 | From: Martin Jansa <martin.jansa@lge.com> |
3 | Date: Wed, 13 Jun 2018 18:22:22 +0000 | 3 | Date: Wed, 13 Jun 2018 18:22:22 +0000 |
4 | Subject: [PATCH] openmaxil: add pkg-config file | 4 | Subject: [PATCH 20/21] openmaxil: add pkg-config file |
5 | 5 | ||
6 | --- | 6 | --- |
7 | CMakeLists.txt | 2 +- | 7 | CMakeLists.txt | 2 +- |
@@ -10,10 +10,10 @@ Subject: [PATCH] openmaxil: add pkg-config file | |||
10 | create mode 100644 pkgconfig/openmaxil.pc.in | 10 | create mode 100644 pkgconfig/openmaxil.pc.in |
11 | 11 | ||
12 | diff --git a/CMakeLists.txt b/CMakeLists.txt | 12 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
13 | index 8c5bf5f..9f4165a 100644 | 13 | index 80337b2..3e3c90e 100644 |
14 | --- a/CMakeLists.txt | 14 | --- a/CMakeLists.txt |
15 | +++ b/CMakeLists.txt | 15 | +++ b/CMakeLists.txt |
16 | @@ -131,7 +131,7 @@ include_directories("${PROJECT_BINARY_DIR}") | 16 | @@ -133,7 +133,7 @@ include_directories("${PROJECT_BINARY_DIR}") |
17 | include(FindPkgConfig QUIET) | 17 | include(FindPkgConfig QUIET) |
18 | if(PKG_CONFIG_FOUND) | 18 | if(PKG_CONFIG_FOUND) |
19 | # Produce a pkg-config file | 19 | # Produce a pkg-config file |
@@ -38,3 +38,6 @@ index 0000000..8793a61 | |||
38 | +Version: 1 | 38 | +Version: 1 |
39 | +Libs: -L${libdir} -lopenmaxil -lvcos -lvchiq_arm -pthread | 39 | +Libs: -L${libdir} -lopenmaxil -lvcos -lvchiq_arm -pthread |
40 | +Cflags: -I${includedir} -I${includedir}/IL -I${includedir}/interface/vmcs_host/linux -I${includedir}/interface/vcos/pthreads -DUSE_VCHIQ_ARM | 40 | +Cflags: -I${includedir} -I${includedir}/IL -I${includedir}/interface/vmcs_host/linux -I${includedir}/interface/vcos/pthreads -DUSE_VCHIQ_ARM |
41 | -- | ||
42 | 2.27.0 | ||
43 | |||