]> code.ossystems Code Review - meta-freescale.git/commit
gpu-viv-bin-mx6q: fixing pkg-config files for non-x11 builds.
authorThomas Senyk <thomas.senyk@pelagicore.com>
Fri, 21 Jun 2013 15:00:42 +0000 (15:00 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 24 Jun 2013 20:44:31 +0000 (17:44 -0300)
commite894493b7d10ece86f2f1affadb17ed0e34d45d7
tree2ef6dd65cd11e96bd107fb32a9e04f828e77a3c4
parentbe5a7e09fcefbd3ce5365028d4ff3e63f8750408
gpu-viv-bin-mx6q: fixing pkg-config files for non-x11 builds.

egl.pc and glesv1_cm.pc had 'Requires.private' on x11 libs.
This got removed from them. To keep the x11 behavior,
new x11 specific pkg-config files were added and will be installed
by gpu-viv-bin-mx6q.inc, if "X11'-DISTRO_FEATURE is present.
For uniformity reasons, the same schema got applied to glesv2.pc

Change-Id: I23c1b685d4be10119a0f90179c2e87e1db64ca05
Signed-off-by: Thomas Senyk <thomas.senyk@pelagicore.com>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/egl.pc
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/egl_x11.pc [new file with mode: 0644]
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv1_cm.pc
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv1_cm_x11.pc [new file with mode: 0644]
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2_x11.pc [new file with mode: 0644]