mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
45 lines
1.1 KiB
Diff
45 lines
1.1 KiB
Diff
From ebd2a01a7b5e88f3be35b2f803d5adbd36ae6593 Mon Sep 17 00:00:00 2001
|
|
From: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Date: Sat, 27 Mar 2021 22:49:08 +0100
|
|
Subject: [PATCH] Disable avahi-ui-sharp
|
|
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -46,7 +46,6 @@ EXTRA_DIST = \
|
|
avahi-qt4.pc.in \
|
|
avahi-qt5.pc.in \
|
|
avahi-sharp.pc.in \
|
|
- avahi-ui-sharp.pc.in \
|
|
avahi-compat-libdns_sd.pc.in \
|
|
avahi-compat-howl.pc.in \
|
|
avahi-ui.pc.in \
|
|
@@ -77,7 +76,6 @@ SUBDIRS = \
|
|
avahi-compat-howl \
|
|
avahi-autoipd \
|
|
avahi-ui \
|
|
- avahi-ui-sharp \
|
|
avahi-libevent \
|
|
po
|
|
|
|
@@ -188,8 +186,8 @@ CLEANFILES += avahi-compat-libdns_sd.pc
|
|
endif
|
|
|
|
if HAVE_MONO
|
|
-pkgconfig_DATA += avahi-sharp.pc avahi-ui-sharp.pc
|
|
-CLEANFILES += avahi-sharp.pc avahi-ui-sharp.pc
|
|
+pkgconfig_DATA += avahi-sharp.pc
|
|
+CLEANFILES += avahi-sharp.pc
|
|
endif
|
|
|
|
endif
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1166,7 +1166,6 @@ man/Makefile
|
|
tests/Makefile
|
|
service-type-database/Makefile
|
|
avahi-sharp/Makefile
|
|
-avahi-ui-sharp/Makefile
|
|
avahi-compat-libdns_sd/Makefile
|
|
avahi-compat-howl/Makefile
|
|
avahi-compat-howl/samples/Makefile
|