Skip to content
Snippets Groups Projects
Commit 722cd749 authored by Bruce Rogers's avatar Bruce Rogers Committed by Gerd Hoffmann
Browse files

make: switch language file build to be gtk module aware


Now that gtk support builds as a module, CONFIG_GTK changed from
y to m. Adjust Makefile correspondingly.

Signed-off-by: default avatarBruce Rogers <brogers@suse.com>
Message-id: 20180307155517.32570-1-brogers@suse.com
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 0e39c4aa
No related branches found
No related tags found
No related merge requests found
......@@ -851,7 +851,7 @@ ifneq ($(BLOBS),)
$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(qemu_datadir)"; \
done
endif
ifeq ($(CONFIG_GTK),y)
ifeq ($(CONFIG_GTK),m)
$(MAKE) -C po $@
endif
$(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment