File debian.rules of Package nemu
#!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk DEB_CMAKE_EXTRA_FLAGS := \ -DNM_WITH_DBUS=ON \ -DNM_WITH_NETWORK_MAP=ON \ -DNM_WITH_OVF_SUPPORT=ON \ -DNM_WITH_REMOTE=ON \ -DNM_WITH_SPICE=ON \ -DNM_WITH_VNC_CLIENT=ON