diff options
author | Tapani Pälli <[email protected]> | 2013-01-24 09:56:47 +0200 |
---|---|---|
committer | Chad Versace <[email protected]> | 2013-01-28 12:49:41 -0800 |
commit | 407029591c24edfd75970e8709f68b8e800ff50a (patch) | |
tree | 8dddb83d879e5b4db83d95ff2efd14f4582fb5c9 /src/egl/main | |
parent | 8e4bb4bc0913ceac3b8e2953d4172367cd85c20e (diff) |
android: use gralloc_drm_get_gem_handle api
Currently a gralloc internal structure is exposed to Mesa,
Use a query function instead to maintain ABI compatibility.
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk index 97e4860211a..3751ecfe41b 100644 --- a/src/egl/main/Android.mk +++ b/src/egl/main/Android.mk @@ -65,7 +65,9 @@ LOCAL_SHARED_LIBRARIES := \ libdl \ libhardware \ liblog \ - libcutils + libcutils \ + libgralloc_drm \ + # add libdrm if there are hardware drivers ifneq ($(MESA_GPU_DRIVERS),swrast) |