summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJunkyeong Kim <jk0430.kim@samsung.com>2024-06-20 13:37:31 +0900
committerJunkyeong Kim <jk0430.kim@samsung.com>2024-06-20 13:37:35 +0900
commitceccd1f849068003fd15da6d00edbc9247fcab3b (patch)
treef7bc7012ec8551048608b7bab56b1f92929f0603 /configure.ac
parent52295cc640d6521c9178a2bd5b70f5a72ddb08db (diff)
downloadlibtdm-vc4-ceccd1f849068003fd15da6d00edbc9247fcab3b.tar.gz
libtdm-vc4-ceccd1f849068003fd15da6d00edbc9247fcab3b.tar.bz2
libtdm-vc4-ceccd1f849068003fd15da6d00edbc9247fcab3b.zip
Support cursor rotation without pixman
Change-Id: I81894c597cf205406526726b49e831d89da90eff Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f38f12..e105b33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ LT_INIT([disable-static])
# Enable quiet compiles on automake 1.11.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-PKG_CHECK_MODULES(LIBHAL_BACKEND_TDM_VC4, hal-api-common hal-api-tdm hal-api-tbm libdrm dlog pixman-1 libtbm)
+PKG_CHECK_MODULES(LIBHAL_BACKEND_TDM_VC4, hal-api-common hal-api-tdm hal-api-tbm libdrm dlog libtbm)
PKG_CHECK_MODULES(UDEV, libudev, [udev=yes], [udev=no])
if test x"$udev" = xyes; then