[gnome-packagekit] trivial: fix compile on F11



commit c13ca1cf1128b7210b1169d95e0f81b8b71a8a07
Author: Richard Hughes <richard hughsie com>
Date:   Mon Aug 24 15:27:09 2009 +0100

    trivial: fix compile on F11

 src/gpk-enum.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-enum.h b/src/gpk-enum.h
index c95c40f..73b8b0b 100644
--- a/src/gpk-enum.h
+++ b/src/gpk-enum.h
@@ -129,6 +129,8 @@ typedef guint PkMediaTypeEnum;
 #define PK_ROLE_ENUM_SIMULATE_INSTALL_PACKAGES		(PK_ROLE_ENUM_SIMULATE_INSTALL_FILES + 1)
 #define PK_ROLE_ENUM_SIMULATE_REMOVE_PACKAGES		(PK_ROLE_ENUM_SIMULATE_INSTALL_PACKAGES + 1)
 #define PK_ROLE_ENUM_SIMULATE_UPDATE_PACKAGES		(PK_ROLE_ENUM_SIMULATE_REMOVE_PACKAGES + 1)
+#undef PK_ROLE_ENUM_UNKNOWN
+#define PK_ROLE_ENUM_UNKNOWN				(PK_ROLE_ENUM_SIMULATE_UPDATE_PACKAGES + 1)
 #define PK_INFO_ENUM_REINSTALLING			(PK_INFO_ENUM_FINISHED + 1)
 #endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]