gitg/libgitg
Iñigo Martínez 8b09eb1892 meson: Fix dependencies
Libraries build by gitg expose a number of includes in their public
headers belonging to different libraries. Therefore, these libraries
are indirect dependencies of the library to be built.

With this in mind, these indirect dependencies are also included
when a direct dependency is included, so there is no need to include
them again.

Dependency hierarchy has been fixed and duplicated dependencies
removed.

Created `pkg-config` files requirements have also been fixed.
2018-10-10 23:29:26 +02:00
..
resources Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-assembly-info.vala Use vapi instead of gir internally 2012-07-12 20:52:07 +02:00
gitg-async.vala Add silent async thread errors convenience 2015-08-13 08:19:29 +02:00
gitg-authentication-dialog.vala Cleanup libgitg resources 2014-12-27 13:39:35 +01:00
gitg-avatar-cache.vala Use https to get avatars 2015-12-30 11:15:30 +01:00
gitg-branch-base.vala Override branch_get_upstream to return a Gitg.Ref 2015-08-22 13:55:34 +02:00
gitg-branch.vala Override branch_get_upstream to return a Gitg.Ref 2015-08-22 13:55:34 +02:00
gitg-cell-renderer-lanes.vala Implement preserving mainlines on history lanes 2014-12-21 21:14:59 +01:00
gitg-color.vala Fix vala warnings 2017-03-01 14:47:45 +01:00
gitg-commit-list-view.vala Implement ref actions popup for ref labels 2014-12-14 17:20:47 +01:00
gitg-commit-model.vala Disconnect/reconnect model on clear 2016-08-14 10:25:57 +02:00
gitg-commit.vala Allow choosing merge diff parent 2014-12-16 08:24:11 +01:00
gitg-credentials-manager.vala Add support for clone url in ssh short form 2016-08-18 10:40:03 +02:00
gitg-date.vala Make date/time format translatable 2014-07-10 15:30:49 +02:00
gitg-diff-image-composite.vala Fix size calculation if there is no old pixbuf 2016-08-29 05:43:43 +02:00
gitg-diff-image-difference.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-image-overlay.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-diff-image-side-by-side.vala Fix vala warnings 2017-03-01 14:47:45 +01:00
gitg-diff-image-slider.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-diff-image-surface-cache.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-selectable.vala Sepearate out diff renderer types 2016-01-04 15:04:31 +01:00
gitg-diff-stat.vala Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
gitg-diff-view-commit-details.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-diff-view-file-info.vala Allow null repository during deconstruction 2016-08-18 13:08:18 +02:00
gitg-diff-view-file-renderer-binary.vala Improve support for binary file detection in diff views 2016-08-16 18:01:55 +02:00
gitg-diff-view-file-renderer-image.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-view-file-renderer-text.vala Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
gitg-diff-view-file-renderer.vala Sepearate out diff renderer types 2016-01-04 15:04:31 +01:00
gitg-diff-view-file-selectable.vala Fix toggle line selection 2016-08-18 17:46:01 +02:00
gitg-diff-view-file.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-view-lines-renderer.vala Render gutter separators externally to fill all expanded area 2015-12-21 11:08:05 +01:00
gitg-diff-view-options.vala Add revealer with diff options 2015-12-30 23:29:19 +01:00
gitg-diff-view.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-hook.vala Add a platform support method to get a stream from a fd 2015-12-21 14:53:33 +01:00
gitg-init.vala First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
gitg-label-renderer.vala Fix vala warnings 2017-03-01 14:47:45 +01:00
gitg-lane.vala Implement preserving mainlines on history lanes 2014-12-21 21:14:59 +01:00
gitg-lanes.vala Do not initialise next layer for hidden commits 2015-12-16 23:00:05 +01:00
gitg-platform-support-osx.c Fix use of NSURLConnection 2015-12-30 13:55:06 +01:00
gitg-platform-support-win32.c Do not duplicate the fds 2017-02-04 22:36:05 +01:00
gitg-platform-support.c Add missing cairo includes 2016-01-05 19:54:47 +01:00
gitg-platform-support.h Add application_support_prepare_startup 2015-12-22 18:37:36 +01:00
gitg-progress-bin.vala Add button-press/release event masks to progress bin 2014-08-20 11:19:47 +02:00
gitg-ref-base.vala Added wrappers for GgitRef and GgitBranch 2012-10-16 20:26:12 +02:00
gitg-ref.vala Add HEAD in refs list if head is detached 2014-12-16 08:39:11 +01:00
gitg-remote.vala Fix for libgit2-glib api change 2017-02-04 22:40:59 +01:00
gitg-repository-list-box.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-repository.vala Override repository create_branch for casting to Gitg.Branch 2015-08-13 08:19:29 +02:00
gitg-resource.vala First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
gitg-sidebar.vala sidebar: fixes for new gtk to avoid style context warnings 2015-12-21 09:30:46 +01:00
gitg-stage-status-enumerator.vala Avoid submodule iteration on bare repositories due to libgit2 bug 2016-08-18 11:04:31 +02:00
gitg-stage.vala Fix diff index against empty repository 2016-08-17 16:04:59 +02:00
gitg-theme.vala Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
gitg-utils.vala Add expand_home_dir utility 2015-12-22 09:57:41 +01:00
gitg-when-mapped.vala Avoid disconnecting signal during handlers destroy 2015-12-31 01:30:51 +01:00
libgitg-1.0.pc.in Use the right gio-unix or gio-win32 depending on the platform 2015-12-21 11:20:39 +01:00
Makefile Fix install targets 2014-07-12 10:55:25 +02:00
Makefile.am Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
meson.build meson: Fix dependencies 2018-10-10 23:29:26 +02:00