tint2conf: Support for loading themes from /usr/share/tint2

This commit is contained in:
o9000
2016-03-09 00:19:03 +01:00
parent c66f9a0fd4
commit e13a03ff74
5 changed files with 7 additions and 4 deletions

View File

@@ -247,6 +247,5 @@ install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
install( FILES doc/tint2.1 DESTINATION ${MANDIR}/man1 )
if( ENABLE_EXTRA_THEMES )
file( GLOB EXTRATHEMEFILES themes/*.tint2rc )
install( FILES ${EXTRATHEMEFILES} DESTINATION ${DATADIR}/tint2 )
endif( ENABLE_EXAMPLES )
add_subdirectory(themes)
endif( ENABLE_EXTRA_THEMES )