18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
$NetBSD: patch-ad,v 1.2 2009/05/21 16:11:25 wiz Exp $
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=583469
|
|
|
|
--- src/Makefile.am.orig 2008-10-20 12:01:47.000000000 -0400
|
|
+++ src/Makefile.am
|
|
@@ -62,6 +62,10 @@ if WITH_HILDON
|
|
cheese_LDADD += $(HILDON_LIBS)
|
|
endif
|
|
|
|
+# hal
|
|
+INCLUDES += $(HAL_CFLAGS)
|
|
+cheese_LDADD += $(HAL_LIBS)
|
|
+
|
|
#dbus
|
|
BUILT_SOURCES = cheese-dbus-infos.h
|
|
# We don't want to install this header
|