OSDN Git Service

ANDROID: Add target/device support am: 8884508fa6 am: cf0ceff91e
[android-x86/external-minigbm.git] / Makefile
index 6cfe96b..35f92f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CFLAGS += -std=c99 -Wall -Wsign-compare -Wpointer-arith -Wcast-qual \
 
 ifdef DRV_AMDGPU
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amdgpu)
-       LDLIBS += -lamdgpuaddr
+       LDLIBS += -ldrm_amdgpu -ldl
 endif
 ifdef DRV_EXYNOS
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_exynos)