Mercurial > geeqie.yaz
annotate src/lirc.h @ 1538:a310abd44894
Adding debian packaging informations
Adding debian control directory to create a geeqie debian package.
NOTES: (To be fixed in autoconf)
- LIRC must be explicit _enabled_ instead of disable. This is wrong
documented.
- It might be a good idea to derivate the readmedir and the htmldir
from docdir.
author | mow |
---|---|
date | Sat, 11 Apr 2009 18:34:12 +0000 |
parents | 1646720364cf |
children |
rev | line source |
---|---|
528 | 1 #ifndef LIRC_H |
2 #define LIRC_H | |
3 | |
4 #include "main.h" | |
5 | |
6 #ifdef HAVE_LIRC | |
7 void layout_image_lirc_init(LayoutWindow *lw); | |
8 #endif | |
9 | |
10 #endif | |
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
528
diff
changeset
|
11 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |