forked from pool/farstream
Yeah yeah, it's cheating - but I'm ok with that :D OBS-URL: https://build.opensuse.org/request/show/953814 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=42
37 lines
880 B
Diff
37 lines
880 B
Diff
diff -Nur farstream/configure.ac patched-farstream/configure.ac
|
|
--- farstream/configure.ac 2022-02-11 19:56:42.021680596 +0100
|
|
+++ patched-farstream/configure.ac 2022-02-11 20:26:22.846155822 +0100
|
|
@@ -438,9 +438,6 @@
|
|
tests/Makefile
|
|
tests/check/Makefile
|
|
tests/rtp/Makefile
|
|
-examples/Makefile
|
|
-examples/gui/Makefile
|
|
-examples/commandline/Makefile
|
|
docs/Makefile
|
|
docs/libs/Makefile
|
|
docs/plugins/Makefile
|
|
diff -Nur farstream/Makefile.am patched-farstream/Makefile.am
|
|
--- farstream/Makefile.am 2022-02-11 19:56:42.021680596 +0100
|
|
+++ patched-farstream/Makefile.am 2022-02-11 20:33:20.555044431 +0100
|
|
@@ -9,8 +9,7 @@
|
|
tests \
|
|
docs \
|
|
common \
|
|
- common-modified \
|
|
- examples
|
|
+ common-modified
|
|
# pkgconfig
|
|
|
|
DIST_SUBDIRS = \
|
|
@@ -20,8 +19,7 @@
|
|
tests \
|
|
docs \
|
|
common \
|
|
- common-modified \
|
|
- examples
|
|
+ common-modified
|
|
# pkgconfig
|
|
|
|
EXTRA_DIST = \
|