- disable esound support

This commit is contained in:
ajacoutot 2009-01-20 23:12:28 +00:00
parent c715e02cd9
commit bb8a0cd149

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2009/01/18 18:05:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2009/01/20 23:12:28 ajacoutot Exp $
COMMENT= GNOME settings daemon
GNOME_PROJECT= gnome-settings-daemon
GNOME_VERSION= 2.24.1
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
@ -14,15 +14,15 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender Xxf86misc art_lgpl_2 atk-1.0 audiofile \
Xrender Xxf86misc art_lgpl_2 atk-1.0 \
bonobo-2 bonobo-activation bonoboui-2 c cairo crypto \
dbus-1 dbus-glib-1 esd expat fontconfig freetype \
dbus-1 dbus-glib-1 expat fontconfig freetype \
gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
gobject-2.0 gstbase-0.10 gstreamer-0.10 gthread-2.0 \
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png popt pthread sndio ssl \
pcre pixman-1 png popt pthread ssl \
startup-notification-1 util xkbfile xklavier xml2 z
MODULES= devel/gettext \
@ -42,7 +42,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/control-center2 \
--disable-schemas-install \
--disable-alsa \
--enable-esd
--disable-esd
# We can't have both OSS and GStreamer support for the media-keys plugin.
# We choose for GStreamer.