File debian.rules of Package qpwgraph
#!/usr/bin/make -f %: dh $@ override_dh_auto_configure: # Add here commands to configure the package. cmake -DCMAKE_INSTALL_PREFIX=/usr -DCONFIG_ALSA_MIDI=ON . # --- end custom part for configure
#!/usr/bin/make -f %: dh $@ override_dh_auto_configure: # Add here commands to configure the package. cmake -DCMAKE_INSTALL_PREFIX=/usr -DCONFIG_ALSA_MIDI=ON . # --- end custom part for configure