diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-17 11:48:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-17 14:53:22 +0000 |
commit | 20dab428f88066cdc54f64eaa65a7c098a250c76 (patch) | |
tree | a0bb51dfeae5b24934c053fee029f4f32721d36f /Repository.mk | |
parent | 5208856b3ba586ef2e033ae8421fd35d00b47c94 (diff) |
drop gnome-open-url binary
we don't really need it anymore, fallback to our own open-url
if there is nothing else to take it
Change-Id: I7a4e841a53bda30e29d48b9c34d24af085f1b4b5
Related: coverity#706194 Use of untrusted string value
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 3d3e35af673b..e5fa7eb1be38 100644 --- a/Repository.mk +++ b/Repository.mk @@ -173,7 +173,6 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \ ifeq ($(GUIBASE),unx) $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \ - gnome-open-url.bin \ $(if $(ENABLE_GTK),\ xid-fullscreen-on-all-monitors \ ) \ |