mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Fix oversight in autotools packaging selection
The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac OS and Windows platform, whereas they are useless.
This commit is contained in:
parent
6f1bba05a5
commit
bd86ce71d8
@ -463,6 +463,7 @@ AC_ARG_WITH(packaging,
|
||||
*) lyx_use_packaging=posix;;
|
||||
esac])
|
||||
AC_MSG_RESULT($lyx_use_packaging)
|
||||
lyx_install_posix=false
|
||||
lyx_install_macosx=false
|
||||
lyx_install_cygwin=false
|
||||
lyx_install_windows=false
|
||||
|
@ -106,3 +106,6 @@ What's new
|
||||
|
||||
- Fix bad compare of pointer vs. character (part of bug 8985).
|
||||
|
||||
- With autotools, avoid installing in Windows and MacOS some files intented
|
||||
for the unix builds.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user