aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/esound/files/no-docs.patch
blob: fc69f1a038e23e5485bb6a777e9cebf145b315dd (plain)
1
2
3
4
5
6
7
8
9
10
11
Index: esound-0.2.36/Makefile.am
===================================================================
--- esound-0.2.36.orig/Makefile.am
+++ esound-0.2.36/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = docs
+SUBDIRS = 
 
 ACLOCAL_FLAGS = -I m4
 
6db6367d18116fc'>fluidsynth/fluidsynth_1.1.1.bb
blob: c497d983bc680ae1db65bf129501a2335a9e0974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Fluidsynth is a software synthesizer"
HOMEPAGE = "http://www.fluidsynth.org/"
SECTION = "libs/multimedia"
LICENSE = "LGPL-2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272"

DEPENDS = "alsa-lib ncurses glib-2.0"

SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44"
SRC_URI[sha256sum] = "55638cb04f39f4df76c081e22ca7feeea58ddd20ebf779a7db2d38b1ff374cd6"

inherit autotools pkgconfig lib_package

PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1"
PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio"
PACKAGECONFIG[readline] = "--with-readline,--without-readline-support,readline"