Skip to content

Commit

Permalink
Unity-Gtk-Module: blacklist mate-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 8, 2017
1 parent e5c6bdb commit 72be33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unity-gtk-module/data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
install(FILES appmenu-gtk-module.service DESTINATION ${SYSTEMD_SERVICES_INSTALL_DIR})
configure_file(appmenu-gtk2-parser.pc.in ${CMAKE_CURRENT_BINARY_DIR}/appmenu-gtk2-parser.pc)
configure_file(appmenu-gtk3-parser.pc.in ${CMAKE_CURRENT_BINARY_DIR}/appmenu-gtk3-parser.pc)
install(FILES appmenu-gtk3-parser.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/appmenu-gtk3-parser.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
if(GTK2_FOUND)
install(FILES appmenu-gtk2-parser.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/appmenu-gtk2-parser.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif()
1 change: 1 addition & 0 deletions unity-gtk-module/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ static const char * const BLACKLIST[] =
"freeciv-gtk3",
"glade",
"gwyddion",
"mate-panel",
NULL
};

Expand Down

0 comments on commit 72be33d

Please sign in to comment.