Skip to content

Commit

Permalink
Merge pull request musescore#4399 from eridal/add-missing-build-vars
Browse files Browse the repository at this point in the history
Add missing build variables
  • Loading branch information
dmitrio95 authored Mar 11, 2020
2 parents 10bf8b5 + 0b37675 commit 86b545f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ LABEL=""# E.g.: LABEL="Development Build" --> "MuseScore 2" becomes "MuseScore 2
BUILD_LAME="ON" # Non-free, required for MP3 support. Override with "OFF" to disable.
BUILD_PULSEAUDIO="ON" # Override with "OFF" to disable.
BUILD_JACK="ON" # Override with "OFF" to disable.
BUILD_ALSA="ON" # Override with "OFF" to disable.
BUILD_PORTAUDIO="ON" # Override with "OFF" to disable.
BUILD_PORTMIDI="ON" # Override with "OFF" to disable.
BUILD_WEBENGINE="ON" # Override with "OFF" to disable.
USE_SYSTEM_FREETYPE="OFF" # Override with "ON" to enable. Requires freetype >= 2.5.2.
COVERAGE="OFF" # Override with "ON" to enable.
Expand All @@ -61,7 +63,9 @@ release:
-DTELEMETRY_TRACK_ID="${TELEMETRY_TRACK_ID}" \
-DBUILD_LAME="${BUILD_LAME}" \
-DBUILD_PULSEAUDIO="${BUILD_PULSEAUDIO}" \
-DBUILD_PULSEMIDI="${DBUILD_PULSEMIDI}" \
-DBUILD_JACK="${BUILD_JACK}" \
-BUILD_ALSA="${BUILD_ALSA}" \
-DBUILD_PORTAUDIO="${BUILD_PORTAUDIO}" \
-DBUILD_WEBENGINE="${BUILD_WEBENGINE}" \
-DUSE_SYSTEM_FREETYPE="${USE_SYSTEM_FREETYPE}" \
Expand Down Expand Up @@ -89,7 +93,9 @@ debug:
-DCMAKE_BUILD_NUMBER="${BUILD_NUMBER}" \
-DBUILD_LAME="${BUILD_LAME}" \
-DBUILD_PULSEAUDIO="${BUILD_PULSEAUDIO}" \
-DBUILD_PULSEMIDI="${DBUILD_PULSEMIDI}" \
-DBUILD_JACK="${BUILD_JACK}" \
-BUILD_ALSA="${BUILD_ALSA}" \
-DBUILD_PORTAUDIO="${BUILD_PORTAUDIO}" \
-DBUILD_WEBENGINE="${BUILD_WEBENGINE}" \
-DUSE_SYSTEM_FREETYPE="${USE_SYSTEM_FREETYPE}" \
Expand Down

0 comments on commit 86b545f

Please sign in to comment.