diff options
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 8113bfa9a6de..25c001d4477a 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -17,14 +17,14 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite USES= meson perl5 pkgconfig tar:xz USE_PERL5= build -MESON_FALSE= class \ - composite-as-multislot \ - embedded \ - os_log \ - serial \ - zlp -MESON_TRUE= enable-extras \ - pcsclite +MESON_ARGS= -Dclass=false \ + -Dcomposite-as-multislot=false \ + -Dembedded=false \ + -Denable-extras=true \ + -Dos_log=false \ + -Dpcsclite=true \ + -Dserial=false \ + -Dzlp=false post-install: ${INSTALL_PROGRAM} ${WRKSRC}/_build/Kobil_mIDentity_switch ${STAGEDIR}${PREFIX}/bin |