[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / qemu

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/emulators/qemu/options.mk between version 1.6 and 1.7

version 1.6, 2020/01/13 02:50:25 version 1.7, 2020/02/06 22:01:37
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.qemu  PKG_OPTIONS_VAR=        PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS=  gtk3 sdl  PKG_SUPPORTED_OPTIONS=  gtk3 sdl spice
   PKG_SUGGESTED_OPTIONS+= spice
   
 .include "../../mk/bsd.fast.prefs.mk"  .include "../../mk/bsd.fast.prefs.mk"
   
Line 40  CONFIGURE_ARGS+=  --enable-virtfs
Line 41  CONFIGURE_ARGS+=  --enable-virtfs
 .else  .else
 CONFIGURE_ARGS+=                --disable-virtfs  CONFIGURE_ARGS+=                --disable-virtfs
 .endif  .endif
   
   .if !empty(PKG_OPTIONS:Mspice)
   CONFIGURE_ARGS+=        --enable-spice
   .include "../../sysutils/spice-protocol/buildlink3.mk"
   .include "../../sysutils/spice-server/buildlink3.mk"
   .else
   CONFIGURE_ARGS+=        --disable-spice
   .endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>