Skip to content

Commit

Permalink
All: remove vala-dbusmenu.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Jan 31, 2018
1 parent 5fdcf69 commit 1f77662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ add_definitions(-Wall -Wextra
-Wno-sign-compare
) #Vala often forgot cast to GtkWidget or gpointer
find_package (PkgConfig)
find_package(GLib REQUIRED COMPONENTS goblect gio gmodule gthread VERSION 2.50)
find_package(GLib REQUIRED COMPONENTS goblect gio gio-unix gmodule gthread VERSION 2.50)
find_package(GTK3 REQUIRED VERSION 3.22)

pkg_check_modules (GLIB_OLD QUIET
Expand Down Expand Up @@ -149,7 +149,6 @@ set(TARGET_GLIB ${GLIB_VERSION_MAJOR}.${GLIB_VERSION_MINOR})
ADD_SUBDIRECTORY(po)
ADD_SUBDIRECTORY(util)
ADD_SUBDIRECTORY(runner)
add_subdirectory(dbusmenu)
ADD_SUBDIRECTORY(ui)
ADD_SUBDIRECTORY(app)
ADD_SUBDIRECTORY(applets)
Expand Down
1 change: 0 additions & 1 deletion ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ add_library (${LIBNAME} SHARED
${LIBVALAPANEL_C_SOURCES}
${LIBVALAPANEL_HEADERS}
${GLIB_RESOURCES_LIB}
$<TARGET_OBJECTS:vala-dbusmenu-o>
definitions.h
)

Expand Down

0 comments on commit 1f77662

Please sign in to comment.