From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 1CE201EFC76; Sun, 31 Jan 2016 22:23:09 -0500 (EST) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) by befuddled.reisers.ca (Postfix) with ESMTPS id A14791EFC6F for ; Sun, 31 Jan 2016 22:23:07 -0500 (EST) Received: by mail-io0-x22b.google.com with SMTP id g73so144570680ioe.3 for ; Sun, 31 Jan 2016 19:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version:content-type :content-transfer-encoding; bh=kiAYotb2gexpV4r77f6eWECSvIC7KeEffOgNlFeJWhQ=; b=Cmk3mt3Qmaib/SA71d6+fbmJF+ghhdSgHWGQXsANCuT9CR8fenJWBYX6+qYJBXCUdr lOsoEQ2D0vG9p0eoXoBbgw+ZrYev9tCBBvJ8qXD1CqBK299/cnY2fNK0CPkgmKBMVAGX /pKwAgis0G/T31TLbYzaUQEap1Xw1BSbLhib69wYfmnLMpHTYaApFo+AhEOTo4rdZ+VQ AOloZp7QAGIfnydVOj+6s6HqjlAyWA6ko3nyXnzaWmIrv/B/aZiEOWYbPxTLq0y0APjF ZH9cCPPWXhv5aEw/WdUyxCz9MPYqFzVQAlO7PbqYecFhuTKmiV+RxSNsNrg7RBBgDrgS r9CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-type:content-transfer-encoding; bh=kiAYotb2gexpV4r77f6eWECSvIC7KeEffOgNlFeJWhQ=; b=ccT+ZnA1YmA/bZBxjrRLFep0MTJDAmSMdMZ+a3ZFq5tchUgjr1Yg++s0bmKMKw6bmK nCQqOIQkLWr77OzTQDeThwouSU8npffRkVRKnXSTFBg0tY69njXqrMYXuGTIUyX6ssGM yfx0ts/QBMQRGeLhak4Xgbxo5Abml7FJuuBscQXC0o29yZlDWCPcRzGub6RqC4QNe5CT yQf0eArAifzhyF+xb8bHqCGoldJwvxA44c51VQjekNpSmv61DjIA8tutRO72VTf9Ev4a uiSFKydNDpmTbe2aTLCFlSwpurg0gsN7GusHOa1V3UCvIGzmhyYnRLb58/l7WmtP2R58 kqUg== X-Gm-Message-State: AG10YOTH3t0nLsr3spg/cAz2Qy/LoFZxK4oGbMUzsejDydaHT4T3IFa/RS8PocvZYS19wg== X-Received: by 10.107.137.164 with SMTP id t36mr23337454ioi.147.1454296986312; Sun, 31 Jan 2016 19:23:06 -0800 (PST) Received: from TRAIN (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id ux7sm3667042igb.12.2016.01.31.19.23.05 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jan 2016 19:23:05 -0800 (PST) Message-ID: <20160201.031951.706.6@TRAIN> From: "Rob" To: "Speakup is a screen review system for Linux." Subject: A little OT: Installing LightDm Date: Sun, 31 Jan 2016 21:19:51 -0600 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (4.0.1.0) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 03:23:09 -0000 So I have been working with the Linux from Scratch project, and this = weekend I decided to try and build a desktop--probably eitehr mate or = XFCE. I want to use Lightdm as my display manager, but I can't find a = list of its dependencies. Everywhere I look talks about just installing = the lightdm package from the repository of whatever distro you have. I = did find the source code, but there isn't even a readme file in it. I guess, technically, I could log into my debian system and do apt-cache = show lightdm, but then I'd have to reset up my build environment in lfs = all over again. So, anybody here know lightdm dependencies? I've got X installed already, = obviously, but what other external libs do I need.