]> git.pld-linux.org Git - packages/eog.git/blob - eog-install.patch
- added -install.patch
[packages/eog.git] / eog-install.patch
1 diff -urN eog-2.26.2/src/Makefile.am eog-2.26.2.new/src/Makefile.am
2 --- eog-2.26.2/src/Makefile.am  2009-05-18 21:37:55.000000000 +0200
3 +++ eog-2.26.2.new/src/Makefile.am      2009-05-20 18:20:57.411739872 +0200
4 @@ -117,8 +117,17 @@
5  
6  if HAVE_EXIF
7  INST_H_FILES +=                                \
8 -       eog-exif-util.h                 \
9         eog-exif-details.h
10 +else
11 +if HAVE_EXEMPI
12 +INST_H_FILES +=                                \
13 +       eog-exif-details.h
14 +endif
15 +endif
16 +
17 +if HAVE_EXIF
18 +INST_H_FILES +=                                \
19 +       eog-exif-util.h
20  libeog_la_SOURCES +=                   \
21         eog-exif-util.c                 \
22         eog-exif-details.c
23 @@ -133,8 +142,6 @@
24  endif
25  
26  if HAVE_EXEMPI
27 -INST_H_FILES +=                                \
28 -       eog-exif-details.h
29  libeog_la_SOURCES +=                   \
30         eog-exif-details.c
31  endif
This page took 0.060399 seconds and 3 git commands to generate.