summaryrefslogtreecommitdiff
path: root/cursor
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-14 14:46:46 +0100
committerSimon Ser <contact@emersion.fr>2021-03-05 09:15:04 +0000
commit3bda3d1b4729c8ee7c533520a199611cb841bc8f (patch)
tree586d317781dcbd030bb2c288892b4a1bcc42cbdb /cursor
parent2b22160fb690a76247aa9bd0be3069ff43e8239f (diff)
downloadwayland-3bda3d1b4729c8ee7c533520a199611cb841bc8f.tar.gz
build: drop autotools
Meson now replaces autotools. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor')
-rw-r--r--cursor/wayland-cursor-uninstalled.pc.in8
-rw-r--r--cursor/wayland-cursor.pc.in10
2 files changed, 0 insertions, 18 deletions
diff --git a/cursor/wayland-cursor-uninstalled.pc.in b/cursor/wayland-cursor-uninstalled.pc.in
deleted file mode 100644
index f52b113..0000000
--- a/cursor/wayland-cursor-uninstalled.pc.in
+++ /dev/null
@@ -1,8 +0,0 @@
-libdir=@abs_builddir@/.libs
-includedir=@abs_srcdir@
-
-Name: Wayland Cursor
-Description: Wayland cursor helper library (not installed)
-Version: @WAYLAND_VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lwayland-cursor
diff --git a/cursor/wayland-cursor.pc.in b/cursor/wayland-cursor.pc.in
deleted file mode 100644
index fbbf5ff..0000000
--- a/cursor/wayland-cursor.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: Wayland Cursor
-Description: Wayland cursor helper library
-Version: @WAYLAND_VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lwayland-cursor