build: po shouldn't be built unless --with-polkit=yes
Since translations are only used with polkit.
This commit is contained in:
@@ -20,10 +20,10 @@ all: $(GENERATED_FILES)
|
||||
CLEANFILES = $(GENERATED_FILES)
|
||||
endif
|
||||
|
||||
SUBDIRS = marshallers libqcdm src plugins introspection po policy test
|
||||
SUBDIRS = marshallers libqcdm src plugins introspection policy test
|
||||
|
||||
if WITH_POLKIT
|
||||
SUBDIRS += policy
|
||||
SUBDIRS += policy po
|
||||
endif
|
||||
|
||||
dbusservicedir = $(DBUS_SYS_DIR)
|
||||
|
Reference in New Issue
Block a user