summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/piglit')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 68ac7e7677..e33e4a7237 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -21,6 +21,9 @@ REQUIRED_DISTRO_FEATURES = "x11"
21# contents out of $S and $B. 21# contents out of $S and $B.
22B="${S}" 22B="${S}"
23 23
24PACKAGECONFIG ??= ""
25PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut,"
26
24# CMake sets the rpath at build time with the source tree, and will reset it at 27# CMake sets the rpath at build time with the source tree, and will reset it at
25# install time. As we don't install this doesn't happen, so force the rpath to 28# install time. As we don't install this doesn't happen, so force the rpath to
26# what we need. 29# what we need.