mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Added missing debian dependency for aiksaurus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35246 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ad6ef055b3
commit
e48d82a985
@ -513,6 +513,9 @@ SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libqtgui4 (>= 4.4.3-0)")
|
||||
IF(ASPELL_FOUND)
|
||||
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libaspell15 (>= 0.60.6-1),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
|
||||
ENDIF()
|
||||
IF(AIKSAURUSLIB_FOUND)
|
||||
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libaiksaurus-1.2-0c2a (>= 1.2.1),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
|
||||
ENDIF()
|
||||
#
|
||||
# for the next ones, cpack insists on data with values in some file
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${TOP_SRC_DIR}/development/cmake/LyX_description.txt")
|
||||
|
Loading…
x
Reference in New Issue
Block a user