Browse Source

explicitly import Logs and Options from waflib

tags/v1.9.11-RC1
Karl Lindén 10 years ago
parent
commit
cf818931e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dbus/wscript

+ 2
- 2
dbus/wscript View File

@@ -2,9 +2,9 @@
# encoding: utf-8

import os.path
import Options
import re # subst_func
import Logs

from waflib import Logs, Options

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')


Loading…
Cancel
Save