diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-06 20:53:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-06 20:53:27 +0000 |
commit | e54963d93b67f5e0c52c7f0628936187f59d2850 (patch) | |
tree | fc5af3fe1afbf1b10200bd47d3be316f5d7fa5a3 /libmimedir/libmimedir_0.0-20040307.oe | |
parent | ee014d34d9a26e40ac55478f726da918c82adf99 (diff) |
add --disable-gtk-doc
BKrev: 413cce47hvEG3KD1yVpJX6qslHZpVw
Diffstat (limited to 'libmimedir/libmimedir_0.0-20040307.oe')
-rw-r--r-- | libmimedir/libmimedir_0.0-20040307.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libmimedir/libmimedir_0.0-20040307.oe b/libmimedir/libmimedir_0.0-20040307.oe index 7b90e56eed..90386b5ee4 100644 --- a/libmimedir/libmimedir_0.0-20040307.oe +++ b/libmimedir/libmimedir_0.0-20040307.oe @@ -3,11 +3,14 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "intltool-native" +PR = "r1" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libmimedir-snapshot-20040307.tar.gz" S = "${WORKDIR}/libmimedir" -inherit autotools pkgconfig +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-gtk-doc" headers = "mimedir-attachment.h mimedir-attendee.h mimedir-attribute.h mimedir-datetime.h mimedir-init.h mimedir-period.h mimedir-profile.h mimedir-recurrence-rule.h mimedir-recurrence.h mimedir-valarm.h mimedir-vcal.h mimedir-vcard-address.h mimedir-vcard-email.h mimedir-vcard-phone.h mimedir-vcard.h mimedir-vcomponent.h mimedir-vevent.h mimedir-vfreebusy.h mimedir-vjournal.h mimedir-vtimezone.h mimedir-vtodo.h mimedir.h" |