summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMun, Gwan-gyeong <kk.moon@samsung.com>2017-04-10 19:36:16 +0900
committerXuelian Bai <xuelian.bai@samsung.com>2019-04-08 22:41:46 +0800
commit4d13b964a84387d39bf183ce4ccea07c084731f0 (patch)
treea3ced9933bb20b158363565e1b273fa0222f8d0a /src
parentdf59906d992eca3e5803b917ba2cece6d8e50e1f (diff)
downloadmesa-4d13b964a84387d39bf183ce4ccea07c084731f0.tar.gz
mesa-4d13b964a84387d39bf183ce4ccea07c084731f0.tar.bz2
mesa-4d13b964a84387d39bf183ce4ccea07c084731f0.zip
packaging for Tizen platform.
add configuration of building and packaging for rpi3 ( vc4 gpu driver ) add udev rule files for rpi3 (vc4 drm device) Change-Id: Iae9eda987edd45f66e1e96a64a2a3583993f36f6 Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com> - egl/MakeFile.am: Fixed build error. Change-Id: Ida31c435a597bee1f6c2b6affea3897bc91d2761 - spec: change configure options for x86 Change-Id: Ic501464fb73d89f224cb35f3ed04d3a9f3316e19 - spec: add ExclusiveArch Change-Id: I01b5965b832df43765606865e254bc89514b915e - add COPYING and write the license at spec file Change-Id: I14e70e10396cdff22b3df1c164618b9f46574caf - Build Error Fix for Mesa-Using Pacakging (missing ldconfig) Because mesa did not call "ldconfig" after installation, those who use mesa during build fails. Change-Id: I39afda30ba76f4f1da9f7569846d5a86994adc07
Diffstat (limited to 'src')
-rw-r--r--src/egl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
index 6e51ed98347..2383022962b 100644
--- a/src/egl/Makefile.am
+++ b/src/egl/Makefile.am
@@ -116,7 +116,7 @@ endif
if HAVE_PLATFORM_TIZEN
AM_CFLAGS += -DHAVE_TIZEN_PLATFORM
AM_CFLAGS += $(TIZEN_CFLAGS)
-libEGL_la_LIBADD += $(TIZEN_LIBS)
+libEGL_common_la_LIBADD += $(TIZEN_LIBS)
dri2_backend_FILES += drivers/dri2/platform_tizen.c
endif