mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
generic: add ghostscript feature information
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4eb61596be
commit
202234d564
2 changed files with 12 additions and 0 deletions
|
@ -76,6 +76,12 @@ set_package_properties(LibGcrypt PROPERTIES
|
|||
PURPOSE "Support encrypted Open Document in Okular"
|
||||
)
|
||||
|
||||
find_program(GHOSTSCRIPT_EXECUTABLE NAMES gs)
|
||||
add_feature_info(okular_gs
|
||||
GHOSTSCRIPT_EXECUTABLE
|
||||
"PostScript support in Okular"
|
||||
)
|
||||
|
||||
add_subdirectory( plasma )
|
||||
add_subdirectory( ui )
|
||||
add_subdirectory( shell )
|
||||
|
|
|
@ -35,6 +35,12 @@ set_package_properties(FFmpegThumbnailer PROPERTIES
|
|||
PURPOSE "Required to build the video thumbnailer"
|
||||
)
|
||||
|
||||
find_program(GHOSTSCRIPT_EXECUTABLE NAMES gs)
|
||||
add_feature_info(thumbnailer_gs
|
||||
GHOSTSCRIPT_EXECUTABLE
|
||||
"PostScript, PDF and DvI support in thumbnailer"
|
||||
)
|
||||
|
||||
add_subdirectory(ps)
|
||||
add_subdirectory(raw)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue