Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cybre committed Mar 2, 2017
2 parents b57caee + 9cbc910 commit 93a68f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gresource_file = join_paths(data_dir, 'com.github.cybre.budgie-screenshot-applet
res = gnome.compile_resources('bsa-resources', gresource_file, source_dir: data_dir)

conf_data = configuration_data()
conf_data.set('PACKAGE_NAME', meson.source_root())
conf_data.set('PACKAGE_NAME', meson.project_name())
conf_data.set('LOCALE_DIR', LOCALE_DIR)
configure_file(input: 'config.h.in', output: 'config.h', configuration: conf_data)

Expand Down

0 comments on commit 93a68f6

Please sign in to comment.