summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-07-09 18:23:41 +0200
committerMichel Dänzer <michel@daenzer.net>2021-02-03 17:59:31 +0100
commit9de9c31273255e37cb73a46df054828843aebc2b (patch)
treea9194819b96f4ae4d25ae0ab418167eedb88505c /miext
parentc7730cfe5577ebde006d408f502766d8c3a73670 (diff)
Drop autotools build system
Only meson is supported for Xwayland-only releases.
Diffstat (limited to 'miext')
-rw-r--r--miext/Makefile.am1
-rw-r--r--miext/damage/Makefile.am14
-rw-r--r--miext/rootless/Makefile.am16
-rw-r--r--miext/shadow/Makefile.am37
-rw-r--r--miext/sync/Makefile.am21
5 files changed, 0 insertions, 89 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am
deleted file mode 100644
index add4d18b0..000000000
--- a/miext/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = sync damage shadow rootless
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am
deleted file mode 100644
index a7f432a61..000000000
--- a/miext/damage/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-noinst_LTLIBRARIES = libdamage.la
-
-AM_CFLAGS = $(DIX_CFLAGS)
-
-AM_CPPFLAGS = -I$(srcdir)/../cw
-
-if XORG
-sdk_HEADERS = damage.h damagestr.h
-endif
-
-libdamage_la_SOURCES = \
- damage.c \
- damage.h \
- damagestr.h
diff --git a/miext/rootless/Makefile.am b/miext/rootless/Makefile.am
deleted file mode 100644
index c97bebebe..000000000
--- a/miext/rootless/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
-
-noinst_LTLIBRARIES = librootless.la
-librootless_la_SOURCES = \
- rootlessCommon.c \
- rootlessGC.c \
- rootlessScreen.c \
- rootlessValTree.c \
- rootlessWindow.c
-
-EXTRA_DIST = \
- README.txt \
- rootless.h \
- rootlessCommon.h \
- rootlessConfig.h \
- rootlessWindow.h
diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am
deleted file mode 100644
index dabbf038c..000000000
--- a/miext/shadow/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-noinst_LTLIBRARIES = libshadow.la
-
-AM_CFLAGS = $(DIX_CFLAGS)
-
-if XORG
-sdk_HEADERS = shadow.h
-endif
-
-libshadow_la_SOURCES = \
- c2p_core.h \
- shadow.c \
- shadow.h \
- sh3224.c \
- shafb4.c \
- shafb8.c \
- shiplan2p4.c \
- shiplan2p8.c \
- shpacked.c \
- shplanar8.c \
- shplanar.c \
- shrot16pack_180.c \
- shrot16pack_270.c \
- shrot16pack_270YX.c \
- shrot16pack_90.c \
- shrot16pack_90YX.c \
- shrot16pack.c \
- shrot32pack_180.c \
- shrot32pack_270.c \
- shrot32pack_90.c \
- shrot32pack.c \
- shrot8pack_180.c \
- shrot8pack_270.c \
- shrot8pack_90.c \
- shrot8pack.c \
- shrotate.c \
- shrotpack.h \
- shrotpackYX.h
diff --git a/miext/sync/Makefile.am b/miext/sync/Makefile.am
deleted file mode 100644
index 34961d5ff..000000000
--- a/miext/sync/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-noinst_LTLIBRARIES = libsync.la
-
-AM_CFLAGS = $(DIX_CFLAGS)
-
-AM_CPPFLAGS =
-
-if XORG
-sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
-endif
-
-XSHMFENCE_SRCS = misyncshm.c
-
-libsync_la_SOURCES = \
- misync.c \
- misync.h \
- misyncfd.c \
- misyncstr.h
-
-if XSHMFENCE
-libsync_la_SOURCES += $(XSHMFENCE_SRCS)
-endif