summarylogtreecommitdiffstats
path: root/0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch
diff options
context:
space:
mode:
authorDonald Carr2016-03-24 20:23:22 -0700
committerDonald Carr2016-03-24 20:23:22 -0700
commit4921f634972816f024948f8b08fece73113df407 (patch)
treed4879aece10ad7a52e5f1b9305b9d5d630216334 /0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch
parentdcaa6c0fd23616ab420f149e93ee06e380706f2f (diff)
downloadaur-4921f634972816f024948f8b08fece73113df407.tar.gz
Start dogfooding my mkspec related changes
Change-Id: I64ebbe4c21ad4ed3c0e41d5270e9b93006232784
Diffstat (limited to '0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch')
-rw-r--r--0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch b/0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch
new file mode 100644
index 000000000000..36df62b5e6d3
--- /dev/null
+++ b/0002-Adjust-egl-config.test-to-pass-sysrooted-libs.patch
@@ -0,0 +1,30 @@
+From ff84397f2dd8492386e025c73e595f004c3f69cd Mon Sep 17 00:00:00 2001
+From: Donald Carr <sirspudd@gmail.com>
+Date: Thu, 24 Mar 2016 20:11:53 -0700
+Subject: [PATCH 2/2] Adjust egl config.test to pass sysrooted libs
+
+We should really start using -L=/foo and -I=/foo inside of sysroots, and
+this test was preventing us from doing so (while arguably buying us
+nothing).
+
+Change-Id: If6e67631c585493871231e5d8a9354fa72e07343
+---
+ config.tests/qpa/eglfs-brcm/eglfs-brcm.pro | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/config.tests/qpa/eglfs-brcm/eglfs-brcm.pro b/config.tests/qpa/eglfs-brcm/eglfs-brcm.pro
+index ce16a3a..d8b1c3e 100644
+--- a/config.tests/qpa/eglfs-brcm/eglfs-brcm.pro
++++ b/config.tests/qpa/eglfs-brcm/eglfs-brcm.pro
+@@ -5,7 +5,7 @@ CONFIG -= qt
+ INCLUDEPATH += $$QMAKE_INCDIR_EGL
+
+ for(p, QMAKE_LIBDIR_EGL) {
+- exists($$p):LIBS += -L$$p
++ LIBS += -L$$p
+ }
+
+ LIBS += -lEGL -lGLESv2 -lbcm_host
+--
+2.7.4
+