ncmpcpp: fix cross configure

This commit is contained in:
Đoàn Trần Công Danh
2025-12-20 19:25:55 +07:00
parent f33fa3426d
commit 46efeb2671
+2 -2
View File
@@ -6,10 +6,10 @@ build_style=gnu-configure
configure_args=" --enable-clock --enable-outputs --enable-unicode
boost_cv_lib_system=yes boost_cv_lib_date_time=yes
boost_cv_lib_regex=yes
--with-boost=$XBPS_CROSS_BASE/usr/include
--enable-visualizer --with-curl --with-taglib --with-fftw"
hostmakedepends="automake libtool pkg-config"
makedepends="boost-devel-minimal libboost_filesystem libboost_locale
libboost_program_options libboost_thread
makedepends="boost-devel-minimal
fftw-devel icu-devel libcurl-devel libltdl-devel
libmpdclient-devel readline-devel taglib-devel"
short_desc="Ncurses mpd client inspired by ncmpc"