diff options
author | Benjamin Otte <otte@redhat.com> | 2023-03-12 05:05:48 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2023-03-23 04:45:03 +0100 |
commit | 1f3a2734ebd9073f96d0170b4f30d863ced01518 (patch) | |
tree | e4bb19cd181ee8a899a36b26d8a30be679c039d9 /gtk/meson.build | |
parent | a18760a0942553a7fea54fafe6b8f5921782df89 (diff) | |
download | gtk+-1f3a2734ebd9073f96d0170b4f30d863ced01518.tar.gz |
listitemwidget: split out GtkListItemBase
There's 2 reasons for this:
1. Adding a custom widget for columnview rows
2. Using this as base class for sections
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index a8e108846d..bcb92fe443 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -270,6 +270,7 @@ gtk_public_sources = files([ 'gtklinkbutton.c', 'gtklistbox.c', 'gtklistitem.c', + 'gtklistitembase.c', 'gtklistitemfactory.c', 'gtklistitemmanager.c', 'gtklistitemwidget.c', |