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 | 10 |
1 files changed, 5 insertions, 5 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 f3fc716..3823c12 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,4 +1,4 @@ | |||
| 1 | From 09c7ac4c09d91651b8e98780ec6f2e834e94ece6 Mon Sep 17 00:00:00 2001 | 1 | From d1a9839c6e4b4d187382baf341d25b3d023242cd 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] openmaxil: add pkg-config file |
| @@ -10,15 +10,15 @@ 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 673a5ad..e64e0ad 100644 | 13 | index 8c5bf5f..9f4165a 100644 |
| 14 | --- a/CMakeLists.txt | 14 | --- a/CMakeLists.txt |
| 15 | +++ b/CMakeLists.txt | 15 | +++ b/CMakeLists.txt |
| 16 | @@ -133,7 +133,7 @@ include_directories("${PROJECT_BINARY_DIR}") | 16 | @@ -131,7 +131,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 |
| 20 | - foreach(PCFILE bcm_host.pc egl.pc glesv2.pc vg.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc ) | 20 | - foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc) |
| 21 | + foreach(PCFILE bcm_host.pc egl.pc glesv2.pc vg.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc ) | 21 | + foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc) |
| 22 | configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY) | 22 | configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY) |
| 23 | install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PCFILE}" | 23 | install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PCFILE}" |
| 24 | DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") | 24 | DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") |
