datetime: Add mention of a few gdbus-codegen bugs

This commit is contained in:
Bastien Nocera 2011-05-23 16:06:18 +01:00
parent a0d0a4c28f
commit 6af3db5994

View file

@ -98,6 +98,12 @@ check-local: test-timezone-gfx test-endianess test-timezone
ccpanelsdir = $(PANELS_DIR)
ccpanels_LTLIBRARIES = libdate_time.la
# FIXME add a way to regenerate the dtm.[ch]
# gdbus-codegen --generate-c-code dtm --interface-prefix org.gnome.SettingsDaemon /path/to/gnome-settings-daemon/plugins/datetime/gsd-datetime-mechanism.xml
# See also:
# https://bugzilla.gnome.org/show_bug.cgi?id=650875
# https://bugzilla.gnome.org/show_bug.cgi?id=650874
libdate_time_la_SOURCES = \
datetime-module.c \
cc-datetime-panel.c \