diff options
author | Emil Velikov <[email protected]> | 2014-06-10 00:00:06 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-30 22:27:12 +0100 |
commit | ce1a1372280d737a1b85279995529206586ae480 (patch) | |
tree | 3a3700c7727fa2a33980d456968b35816f63f24d /src/gallium/state_trackers/egl | |
parent | 7689aa28cdb18844f093942f084fddc91d25bc1e (diff) |
targets/egl-static: use inline_drm_helper and Automake.inc helpers
Update all three build systems, and add freedreno to the android
build. Pending future work on the ST we can convert egl-static
to provide either static or dynamic access to the pipe-drivers.
There is no functional change with this patch.
v2: Don't add freedreno to android build, drop the wrapper winsys.
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/egl')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index 828bf13e27c..0ea218d37ce 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -25,12 +25,13 @@ AUTOMAKE_OPTIONS = subdir-objects include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc -AM_CFLAGS = $(GALLIUM_CFLAGS) +AM_CFLAGS = \ + $(GALLIUM_CFLAGS) \ + $(VISIBILITY_CFLAGS) + AM_CPPFLAGS = \ - $(VISIBILITY_CFLAGS) \ -I$(top_srcdir)/src/egl/main \ - -I$(top_builddir)/src/egl/wayland/wayland-drm/ \ - -I$(top_srcdir)/include + -I$(top_builddir)/src/egl/wayland/wayland-drm/ noinst_LTLIBRARIES = libegl.la libegl_la_SOURCES = $(common_FILES) |