25 lines
1016 B
Plaintext
25 lines
1016 B
Plaintext
$OpenBSD: patch-panels_Makefile_in,v 1.1.1.1 2011/09/12 07:29:31 ajacoutot Exp $
|
|
|
|
XXX gnome-sound-panel needs pulseaudio to compile and run.
|
|
|
|
--- panels/Makefile.in.orig Tue May 24 10:49:25 2011
|
|
+++ panels/Makefile.in Mon Jun 13 18:07:22 2011
|
|
@@ -72,7 +72,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DIST_SUBDIRS = common background screen power display media mouse \
|
|
- region info sound keyboard universal-access user-accounts \
|
|
+ region info keyboard universal-access user-accounts \
|
|
datetime printers network
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
am__relativize = \
|
|
@@ -304,7 +304,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
SUBDIRS = common background screen power display media mouse region \
|
|
- info sound keyboard universal-access user-accounts datetime \
|
|
+ info keyboard universal-access user-accounts datetime \
|
|
$(am__append_1) $(am__append_2)
|
|
all: all-recursive
|
|
|