--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@
 # we're about to use pkgconfig to make sure dependencies are installed so let's find pkgconfig first
 find_package(PkgConfig)
 # now let's actually check for the required dependencies
-pkg_check_modules(DEPS REQUIRED gtk+-3.0 appindicator3-0.1)
+pkg_check_modules(DEPS REQUIRED gtk+-3.0 ayatana-appindicator3-0.1)
 add_definitions(${DEPS_CFLAGS})
 link_libraries(${DEPS_LIBRARIES})
 link_directories(${DEPS_LIBRARY_DIRS})
@@ -56,7 +56,7 @@
 	src/settings/InOut.vala
 	PACKAGES
 	gtk+-3.0
-	appindicator3-0.1
+	ayatana-appindicator3-0.1
 	       )
 
 # tell cmake what to call the executable we just made
