gdbus: Fix compilation error due to missing #defines
authorSyam Sidhardhan <s.syam@samsung.com>
Wed, 14 Nov 2012 13:07:10 +0000 (18:37 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 11:59:16 +0000 (12:59 +0100)
commit0581ec199cb61590b86a7664247ac077472a9af6
treedb76d518421a0b501a0131f932ff07d4da67be71
parent2e6824dbb0aca4d0d62da91e6eb20fff3867dd5f
gdbus: Fix compilation error due to missing #defines

Since these are simple #define strings, we are defining it here
instead of upgrading to D-Bus 1.5 or later.

Log:
  CC     gdbus/object.o
gdbus/object.c: In function ‘properties_set’:
gdbus/object.c:876:7: error: ‘DBUS_ERROR_UNKNOWN_PROPERTY’ undeclared
 (first use in this function)
gdbus/object.c:876:7: note: each undeclared identifier is reported
 only once for each function it appears in
gdbus/object.c:881:6: error: ‘DBUS_ERROR_PROPERTY_READ_ONLY’
 undeclared (first use in this function)
make[1]: *** [gdbus/object.o] Error 1
make: *** [all] Error 2
gdbus/object.c