mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-07 00:35:53 +01:00
util/wmiv: add image auto orientation detection
Based on libexif feature, this patch is adding orientation detection and provides 2 more shortcuts for live right/left rotation. Internal version was bumped to 0.7.
This commit is contained in:
committed by
Carlos R. Mafra
parent
9b65f55f53
commit
97d281e310
@@ -640,6 +640,12 @@ dnl ===============================================
|
||||
dnl End of stuff that uses X
|
||||
dnl ===============================================
|
||||
|
||||
dnl EXIF Support
|
||||
dnl ===========
|
||||
WM_CHECK_LIBEXIF
|
||||
AS_IF([test "x$LIBEXIF" != "x"],
|
||||
[AC_DEFINE(HAVE_EXIF, 1, [Define if EXIF can be used])])
|
||||
|
||||
dnl PNG Support
|
||||
dnl ===========
|
||||
AC_ARG_ENABLE([png],
|
||||
|
||||
Reference in New Issue
Block a user