| 173 # pidgin_LDFLAGS += -mwindows |
173 # pidgin_LDFLAGS += -mwindows |
| 174 endif |
174 endif |
| 175 |
175 |
| 176 configure_file(input : 'data/pidgin-3.pc.in', |
176 configure_file(input : 'data/pidgin-3.pc.in', |
| 177 output : 'pidgin-3.pc', |
177 output : 'pidgin-3.pc', |
| 178 configuration : conf, |
178 configuration : pkg_conf, |
| 179 install : true, |
179 install : true, |
| 180 install_dir : get_option('libdir') + '/pkgconfig') |
180 install_dir : get_option('libdir') + '/pkgconfig') |
| 181 |
181 |
| 182 if INSTALL_I18N |
182 if INSTALL_I18N |
| 183 DESKTOP_FILE = 'pidgin.desktop' |
183 DESKTOP_FILE = 'pidgin.desktop' |