ortp-devel: users of this library will depend on bctoolbox for builds
It has a header file dependency: /usr/include/ortp/rtpsession.h:34:10: fatal error: bctoolbox/list.h: No such file or directory I looked at SDL_ttf and followed the pattern for how it deals with the same situation.
This commit is contained in:
committed by
Helmut Pozimski
parent
7eb304d560
commit
216001c73c
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ortp'
|
# Template file for 'ortp'
|
||||||
pkgname=ortp
|
pkgname=ortp
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_STATIC=OFF"
|
configure_args="-DENABLE_STATIC=OFF"
|
||||||
makedepends="bctoolbox-devel"
|
makedepends="bctoolbox-devel"
|
||||||
@@ -15,7 +15,7 @@ checksum=f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76
|
|||||||
CFLAGS="-Wno-stringop-truncation"
|
CFLAGS="-Wno-stringop-truncation"
|
||||||
|
|
||||||
ortp-devel_package() {
|
ortp-devel_package() {
|
||||||
depends="ortp-${version}_${revision}"
|
depends="bctoolbox-devel ortp-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|||||||
Reference in New Issue
Block a user