From 44e0728f746f5aa2beb49593da74822238ba058c Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Thu, 14 Apr 2022 14:24:09 +0900 Subject: [PATCH] remove the include option for drm 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libtbm-dumb/Makefile.am b/src/libtbm-dumb/Makefile.am index a53d589..864f44b 100644 --- a/src/libtbm-dumb/Makefile.am +++ b/src/libtbm-dumb/Makefile.am @@ -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} -- 2.34.1