diff options
Diffstat (limited to 'repos/extra/libnotify/abuild')
| -rw-r--r-- | repos/extra/libnotify/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/libnotify/abuild b/repos/extra/libnotify/abuild index 3a97cf18..78dbc37b 100644 --- a/repos/extra/libnotify/abuild +++ b/repos/extra/libnotify/abuild @@ -2,4 +2,4 @@ name=libnotify version=0.8.8 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" -build_opt="-Dgtk_doc=false -Dman=false -Dtests=false" +build_opt="-Dgtk_doc=false -Dman=false -Dtests=false -Dintrospection=disabled" |