Remove our dependency on gnome-keyring.h, since they depend
on us. This was creating a circular build dependency.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <glib.h>
|
||||
#include <gnome-keyring.h>
|
||||
#include <casa-gnome-keyring.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#define KEY_SIZE 128
|
||||
#define VAL_SIZE 128
|
||||
|
||||
|
||||
enum KeyringResultExtended { GNOME_KEYRING_RESULT_NO_SUCH_ITEM = 128,
|
||||
GNOME_KEYRING_RESULT_CANNOT_DELETE_SECRET_VALUE,
|
||||
GNOME_KEYRING_RESULT_MALFORMED_XML,
|
||||
|
||||
Reference in New Issue
Block a user