Skip to content

Commit

Permalink
Fix paths in typelib and gir files
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 16, 2024
1 parent e3c1dba commit 3ec261a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ add_custom_command(
--warn-all
--include=GObject-2.0
--include=${gtk_girver}
--library-path=${CMAKE_CURRENT_BINARY_DIR}
--library-path=${CMAKE_INSTALL_FULL_LIBDIR}
--library="${ayatana_appindicator_gtkver}"
--output "${CMAKE_CURRENT_BINARY_DIR}/${ayatana_appindicator_girver}-0.1.gir"
)
Expand All @@ -165,7 +165,7 @@ add_custom_command(
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMAND
${INTROSPECTION_COMPILER}
--includedir=${CMAKE_CURRENT_BINARY_DIR}
--includedir=${CMAKE_INSTALL_FULL_LIBDIR}
${CMAKE_CURRENT_BINARY_DIR}/${ayatana_appindicator_girver}-0.1.gir
-o "${CMAKE_CURRENT_BINARY_DIR}/${ayatana_appindicator_girver}-0.1.typelib"
)
Expand Down

0 comments on commit 3ec261a

Please sign in to comment.