remove the include option for drm 18/273818/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 14 Apr 2022 05:24:09 +0000 (14:24 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 14 Apr 2022 05:25:15 +0000 (14:25 +0900)
This include option is provided by pkg-config of libdrm. Therefore,
the include option for drm is not needed.

Change-Id: I618bea55d06f2ee9658908fc824fcf33b48a6189

src/libtbm-dumb/Makefile.am

index a53d589..864f44b 100644 (file)
@@ -1,8 +1,7 @@
 AM_CFLAGS = \
        @LIBTBM_DUMB_CFLAGS@ \
        -I$(top_srcdir) \
-       -I$(top_srcdir)/src \
-       -I/usr/include/drm
+       -I$(top_srcdir)/src
 
 libtbm_dumb_la_LTLIBRARIES = libtbm_dumb.la
 libtbm_dumb_ladir = /${bufmgr_dir}