libcec: unify rpi build options, fix linker paths
This commit is contained in:
parent
a7e0818d14
commit
48d2050779
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ if [ "$build_option_rpi" ]; then
|
||||||
configure_args+=" -DRPI_INCLUDE_DIR=${XBPS_CROSS_BASE}/opt/vc/include"
|
configure_args+=" -DRPI_INCLUDE_DIR=${XBPS_CROSS_BASE}/opt/vc/include"
|
||||||
configure_args+=" -DRPI_LIB_DIR=${XBPS_CROSS_BASE}/opt/vc/lib"
|
configure_args+=" -DRPI_LIB_DIR=${XBPS_CROSS_BASE}/opt/vc/lib"
|
||||||
makedepends+=" rpi-userland-devel"
|
makedepends+=" rpi-userland-devel"
|
||||||
|
LDFLAGS="-Wl,-rpath=/opt/vc/lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue