OSDN Git Service

minigbm: stop faking the protected buffers
[android-x86/external-minigbm.git] / Makefile
index 35f92f2..8238026 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ endif
 ifdef DRV_MESON
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_meson)
 endif
+ifdef DRV_MSM
+       CFLAGS += -ldl
+endif
 ifdef DRV_RADEON
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_radeon)
 endif