Browse Source

switch from set_options() to options()

tags/1.9.9.5
Nedko Arnaudov 13 years ago
parent
commit
83f991900d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dbus/wscript

+ 1
- 1
dbus/wscript View File

@@ -6,7 +6,7 @@ import Options
import re # subst_func
import Logs

def set_options(opt):
def options(opt):
opt.add_option('--enable-pkg-config-dbus-service-dir', action='store_true', default=False, help='force D-Bus service install dir to be one returned by pkg-config')

def configure(conf):


Loading…
Cancel
Save