Skip to content

Commit

Permalink
Restore COMPILE_SCHEMA option
Browse files Browse the repository at this point in the history
Restoring as per review #1893 (review)
  • Loading branch information
Davidy22 authored and gsemet committed Sep 13, 2021
1 parent bb4e839 commit 09a958a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bindir = $(exec_prefix)/bin
PYTHON_SITEDIRS_FOR_PREFIX="env PREFIX=$(PREFIX) $(PYTHON_INTERPRETER) scripts/all-sitedirs-in-prefix.py"
ROOT_DIR=$(shell pwd)
DATA_DIR=$(ROOT_DIR)/guake/data
COMPILE_SCHEMA:=1

datarootdir:=$(PREFIX)/share
datadir:=$(datarootdir)
Expand Down Expand Up @@ -141,8 +142,7 @@ install-schemas:
install -Dm644 "$(DEV_DATA_DIR)/org.guake.gschema.xml" "$(DESTDIR)$(SCHEMA_DIR)/"

compile-shemas:
glib-compile-schemas $(DESTDIR)$(gsettingsschemadir)

if [ $(COMPILE_SCHEMA) = 1 ]; then glib-compile-schemas $(DESTDIR)$(gsettingsschemadir); fi

uninstall-system: uninstall-schemas uninstall-locale
$(SHELL) -c $(PYTHON_SITEDIRS_FOR_PREFIX) \
Expand Down

0 comments on commit 09a958a

Please sign in to comment.