diff options
| author | Joakim Verona | 2011-10-10 12:59:25 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-10 12:59:25 +0200 |
| commit | d4077561a90a24d61e295745d70c0effa655a37c (patch) | |
| tree | 79a22ff5de79592ea50fcc9249cf542ba44dba68 | |
| parent | 79d868cca338dfc0bfb3e4fd74dc91d5062b69e0 (diff) | |
| download | emacs-d4077561a90a24d61e295745d70c0effa655a37c.tar.gz emacs-d4077561a90a24d61e295745d70c0effa655a37c.zip | |
minor doc
| -rw-r--r-- | README.xwidget | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget index e6d0252b0d5..a1d8c23a77a 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -1352,3 +1352,5 @@ advi supports embedding inside presentations. | |||
| 1352 | ** cairo configuration support | 1352 | ** cairo configuration support |
| 1353 | gtk3 brings in cairo on Fedora, but apparently not on all plattforms. | 1353 | gtk3 brings in cairo on Fedora, but apparently not on all plattforms. |
| 1354 | pkg-config --cflags cairo | 1354 | pkg-config --cflags cairo |
| 1355 | ** TODO splint | ||
| 1356 | splint -Demacs -DHAVE_CONFIG_H -I. -I/home/joakim/build_myprojs/emacsnew/emacs.bzr/xwidget.mint/src -I../lib -I/home/joakim/build_myprojs/emacsnew/emacs.bzr/xwidget.mint/src/../lib -DGSEAL_ENABLE -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/alsa -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/ImageMagick -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DGSEAL_ENABLE -I/usr/include/webkit-3.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/libsoup-2.4 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 xwidget.c | ||