Use a gresource to store the css

This makes build / test faster since one can skip install. It's
also more obvious which file is being used.
This commit is contained in:
Guido Günther
2019-07-04 15:50:46 +02:00
parent d530c1d6d6
commit aba242301d
6 changed files with 68 additions and 12 deletions

View File

@ -1,9 +1,4 @@
install_data(
'themes/default.css',
install_dir: pkgdatadir + '/themes',
)
install_data(
'keyboards/keyboards.xml',
install_dir: pkgdatadir + '/keyboards/',