diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-09 03:47:22 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-04-09 17:33:16 +0000 |
commit | 373d217cee37d60bcf4bd15c96c5955d376ad370 (patch) | |
tree | 1f2bb16ffe10fad7d19ae8af0c3ffe857c7f62e4 /meta-rcar-gen2/recipes-graphics/gles-module | |
parent | 45126ad7016c2981a1d9f9f343c157517560b2e2 (diff) |
RDEPEND libgbm-dev in the gles-user-module
To keep core-image-minimal clean of the 3rdparty components, we
need to add the requirements where they are needed and not
globally in the local.conf.sample - fix this.
Change-Id: I202fd35a5d081f0634a4b22a7f7ad55a80a34260
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/gles-module')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb index f9f8864..1845c98 100644 --- a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb @@ -6,7 +6,7 @@ LICENSE = "CLOSED" PN = "gles-user-module" PR = "r0" -RDEPENDS_${PN} = "gles-kernel-module" +RDEPENDS_${PN} = "gles-kernel-module libgbm" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" PACKAGE_ARCH = "${MACHINE_ARCH}" |