OSDN Git Service

Rename amlogic backend in minigbm into meson
[android-x86/external-minigbm.git] / Makefile
index a01433e..358cd7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,15 +16,15 @@ ifdef DRV_AMDGPU
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amdgpu)
        LDLIBS += -lamdgpuaddr
 endif
-ifdef DRV_AMLOGIC
-       CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amlogic)
-endif
 ifdef DRV_EXYNOS
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_exynos)
 endif
 ifdef DRV_I915
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_intel)
 endif
+ifdef DRV_MESON
+       CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_meson)
+endif
 ifdef DRV_RADEON
        CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_radeon)
 endif